From aa705afc72bfe4a847428ffa3c63633e99eb033c Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Wed, 14 Oct 2020 09:16:02 -0400 Subject: [PATCH] hack/tilt-up.sh: let folks specify tilt flags Signed-off-by: Andrew Keesler --- hack/tilt-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tilt-up.sh b/hack/tilt-up.sh index 85a7b8e4..4def7317 100755 --- a/hack/tilt-up.sh +++ b/hack/tilt-up.sh @@ -8,4 +8,4 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" cd "${ROOT}" -exec tilt up -f ./hack/lib/tilt/Tiltfile +exec tilt up -f ./hack/lib/tilt/Tiltfile "$@"