Skip to content
Snippets Groups Projects
Commit 21c73434 authored by Andy Cobaugh's avatar Andy Cobaugh
Browse files

remove superfluous println

parent 2305c923
No related branches found
Tags v0.9.0
No related merge requests found
Pipeline #108806 passed
......@@ -75,7 +75,6 @@ func helmUpdate() {
func dockerRootDir(dockerfile string) string {
if idx := strings.LastIndex(dockerfile, "/"); idx != -1 {
return dockerfile[:idx]
fmt.Println(dockerRootDir)
}
return "."
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment