Skip to content

Commit 85e3231

Browse files
committed
fix: fix a problem in is_os
1 parent 728e8c1 commit 85e3231

File tree

1 file changed

+1
-1
lines changed
  • pkg/devspace/pipeline/engine/basichandler/commands

1 file changed

+1
-1
lines changed

pkg/devspace/pipeline/engine/basichandler/commands/is_os.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
func IsOS(args []string) error {
9-
if len(args) != 2 {
9+
if len(args) != 1 {
1010
return interp.NewExitStatus(1)
1111
}
1212

0 commit comments

Comments
 (0)