Skip to content

Commit

Permalink
Fix the org from linuxsuren to kubesphere-sigs (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Aug 23, 2021
1 parent 2a82771 commit 90cf193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
}

cmd = aliasCmd.CreateDefaultCmd(TargetCLI, AliasCLI)
cmd.AddCommand(extver.NewVersionCmd("linuxsuren", AliasCLI, AliasCLI, nil))
cmd.AddCommand(extver.NewVersionCmd("kubesphere-sigs", AliasCLI, AliasCLI, nil))

aliasCmd.AddAliasCmd(cmd, getDefault())
cmd.AddCommand(ext.NewCompletionCmd(cmd))
Expand Down

0 comments on commit 90cf193

Please sign in to comment.