fix validation for docker volumes

This commit is contained in:
2021-05-01 22:54:52 +02:00
parent c9f425ef64
commit d4522c7ffe
2 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.0.8"
const VERSION = "1.0.9"
var CI bool = false
var VERBOSE bool = false