Skip to content

Commit

Permalink
Fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
qrdl committed Apr 3, 2024
1 parent 7bca0e6 commit b2c293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/fastedge/fastedge.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Commands(baseUrl string, authFunc func(ctx context.Context, req *http.Reque
cmdFastedge.PersistentFlags().BoolVar(&local, "local", false, "local testing")
cmdFastedge.PersistentFlags().MarkHidden("local")

cmdFastedge.AddCommand(app(), binary(), stat(), logs(), test())
cmdFastedge.AddCommand(app(), binary(), stat(), logs())
return cmdFastedge, nil
}

Expand Down

0 comments on commit b2c293a

Please sign in to comment.