From cc30d0b249a20cde060e07e4498e69d36c27cc5b Mon Sep 17 00:00:00 2001 From: Liming Jin Date: Sun, 14 Apr 2019 06:17:21 +0800 Subject: [PATCH] fix: there can be no spaces between scope and registry (#34) --- src/webui/utils/cli-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/utils/cli-utils.js b/src/webui/utils/cli-utils.js index d7a4760..4429c05 100644 --- a/src/webui/utils/cli-utils.js +++ b/src/webui/utils/cli-utils.js @@ -21,7 +21,7 @@ export const copyToClipBoardUtility = (str: string) => (event: SyntheticEvent