Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex27riva authored Oct 21, 2024
1 parent 36dab84 commit 5bb2712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/defang.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ var defangCmd = &cobra.Command{
var input string

if len(args) > 0 {
fmt.Println(len(args))
input = args[0]
} else {
if !isInputFromPipe() {
Expand Down

0 comments on commit 5bb2712

Please sign in to comment.