Remove bad log
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
|||||||
"katenary/generator/writers"
|
"katenary/generator/writers"
|
||||||
"katenary/helm"
|
"katenary/helm"
|
||||||
"katenary/update"
|
"katenary/update"
|
||||||
"log"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
@@ -71,7 +70,6 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
writers.IndentSize = indentation
|
writers.IndentSize = indentation
|
||||||
}
|
}
|
||||||
log.Println("ComposeFile:", composeFile)
|
|
||||||
Convert(composeFile, appversion, appName, chartDir, force)
|
Convert(composeFile, appversion, appName, chartDir, force)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user