fix
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2024-02-23 14:57:28 +01:00
parent deb4293fba
commit 8a7d17f37b

View File

@ -187,8 +187,8 @@ func parseCmdArgs(args []string, isLocal bool) (bool, string) {
) )
if isLocal { if isLocal {
if len(args) > 2 { if len(args) > 3 {
return true, fmt.Sprintf("%s ", strings.Join(args[2:], " ")) return true, fmt.Sprintf("%s ", strings.Join(args[3:], " "))
} }
} else { } else {
if len(args) > 3 { if len(args) > 3 {