Skip to content

Commit fd37286

Browse files
authored
Merge branch '1.x' into issue#160
2 parents 8a440af + b82077c commit fd37286

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func NewCommad() *cobra.Command {
3838
},
3939
}
4040

41+
func init() {
4142
command.AddCommand(NewImportCommand(&clientOpts))
4243
command.AddCommand(NewVersionCommand())
4344
command.AddCommand(NewTestCommand())

cmd/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ microcks login http://localhost:8080 --sso --sso-launch-browser=false
8888
ClientId: "",
8989
ClientSecret: "",
9090
}
91-
91+
9292
configFile, err := config.DefaultLocalConfigPath()
9393
errors.CheckError(err)
9494
localConfig, err := config.ReadLocalConfig(configFile)

0 commit comments

Comments
 (0)