Skip to content

Commit

Permalink
remove sh -ec for local_resource()
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Dec 30, 2024
1 parent 3d125d8 commit cfecb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def flavors():

local_resource(
name = "delete-all-workload-clusters",
cmd = ["sh", "-ec", delete_all_workload_clusters],
cmd = [delete_all_workload_clusters],
auto_init = False,
trigger_mode = TRIGGER_MODE_MANUAL,
labels = ["flavors"],
Expand Down

0 comments on commit cfecb11

Please # to comment.