Skip to content

Commit 73e5be9

Browse files
chores
Signed-off-by: DivyanshuVorrtex <divyanshuchandra9027@gmail.com>
1 parent daa2386 commit 73e5be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ microcks login http://localhost:8080 --sso --sso-launch-browser=false
6161
ctx := cmd.Context()
6262
var server string
6363

64-
//Checkc if server name is provided or not
64+
//Check if server name is provided or not
6565
if len(args) != 1 {
6666
cmd.HelpFunc()(cmd, args)
6767
os.Exit(1)

0 commit comments

Comments
 (0)