hack/tilt-up.sh: let folks specify tilt flags

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-10-14 09:16:02 -04:00
parent 3d5937a8e8
commit aa705afc72
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
cd "${ROOT}" cd "${ROOT}"
exec tilt up -f ./hack/lib/tilt/Tiltfile exec tilt up -f ./hack/lib/tilt/Tiltfile "$@"