Fix compose file argument

fix #7
This commit is contained in:
2022-04-01 07:59:53 +02:00
parent 6a2417c361
commit 1dd8fef4b3
2 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import (
"katenary/generator/writers"
"katenary/helm"
"katenary/update"
"log"
"strconv"
"github.com/spf13/cobra"
@@ -70,6 +71,7 @@ func main() {
if err != nil {
writers.IndentSize = indentation
}
log.Println("ComposeFile:", composeFile)
Convert(composeFile, appversion, appName, chartDir, force)
},
}