We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f10837 commit cc30d0bCopy full SHA for cc30d0b
src/webui/utils/cli-utils.js
@@ -21,7 +21,7 @@ export const copyToClipBoardUtility = (str: string) => (event: SyntheticEvent<HT
21
};
22
23
export function getCLISetConfigRegistry(command: string, scope: string, registryUrl: string): string {
24
- return `${command} ${scope} registry ${registryUrl}`;
+ return `${command} ${scope}registry ${registryUrl}`;
25
}
26
27
export function getCLISetRegistry(command: string, registryUrl: string): string {
0 commit comments