diff --git a/cmd/dep/main.go b/cmd/dep/main.go index 79e36abf..1dd1ca29 100644 --- a/cmd/dep/main.go +++ b/cmd/dep/main.go @@ -152,7 +152,7 @@ func main() { if depsFlat == nil && depsTree == nil { errLog.Info("failed to get dependencies from all given providers") - os.Exit(1) + os.Exit(0) } var b []byte