We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e04f4 commit 6e6f01bCopy full SHA for 6e6f01b
provider/local/local.go
@@ -112,7 +112,7 @@ func gitClone(url, path string) error {
112
}
113
114
func gitUpdateLocal(path string, action UpdateAction) error {
115
- log.Printf("action %s", path)
+ log.Printf("%s %s", action, path)
116
if action != UpdateActionPull && action != UpdateActionFetch {
117
return fmt.Errorf("unsupported action: %s", action)
118
0 commit comments