Skip to content

Commit

Permalink
Merge pull request #552 from alexeldeib/ace/tiltfix
Browse files Browse the repository at this point in the history
🏃 fix typo in tiltfile
  • Loading branch information
k8s-ci-robot authored Apr 20, 2020
2 parents ab98452 + a47f3a8 commit 20d22ee
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 @@ -142,7 +142,7 @@ def capz():
])

entrypoint = ["sh", "/start.sh", "/manager"]
extra_args = p.get("extra_args")
extra_args = settings.get("extra_args")
if extra_args:
entrypoint.extend(extra_args)

Expand Down

0 comments on commit 20d22ee

Please sign in to comment.