Changed API name to valid path

This commit is contained in:
Gregory Kurtzer
2021-09-02 15:34:19 -07:00
parent ed64386b8b
commit 4c8edc16fe
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
var source string
var dest string
bind := util.SplitPaths(b, ":")
bind := util.SplitValidPaths(b, ":")
source = bind[0]
if len(bind) == 1 {