Skip to content

Commit

Permalink
Add space in Tiltfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jan 6, 2025
1 parent 71a3924 commit 6b12a0f
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 @@ -7,7 +7,7 @@ helm_cmd = "./hack/tools/bin/helm"
kind_cmd = "./hack/tools/bin/kind"
tools_bin = "./hack/tools/bin"

#Add tools to path
# Add tools to path
os.putenv("PATH", os.getenv("PATH") + ":" + tools_bin)

update_settings(k8s_upsert_timeout_secs = 60) # on first tilt up, often can take longer than 30 seconds
Expand Down

0 comments on commit 6b12a0f

Please sign in to comment.