fix
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
p4u1 2024-02-23 14:57:28 +01:00
parent deb4293fba
commit 8a7d17f37b
1 changed files with 2 additions and 2 deletions

View File

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