Merge pull request #9240 from wawa0210/fix-9216

print warning message instead of debug message when ~/.config exists but is not accessible
pull/9288/head
Matthew Fisher 4 years ago committed by GitHub
commit 0e16e84399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ func main() {
actionConfig := new(action.Configuration)
cmd, err := newRootCmd(actionConfig, os.Stdout, os.Args[1:])
if err != nil {
debug("%+v", err)
warning("%+v", err)
os.Exit(1)
}

Loading…
Cancel
Save