Skip to content

Commit cc6d34f

Browse files
committed
fixes the issue that cli does not execute
1 parent 67da16a commit cc6d34f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pkg/app/cli/application.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ func (a *application) build() (err error) {
7373

7474
// build auto configurations
7575
err = a.BuildConfigurations()
76-
if err != nil {
77-
return
78-
}
76+
//if err != nil {
77+
// return
78+
//}
7979

8080
// set root command
8181
r := f.GetInstance(RootCommandName)

0 commit comments

Comments
 (0)