chore(bin): fix shellcheck SC2086

Change-Id: I441c03e033289da3dcec18daf9a565ec75b7ef75
Reviewed-on: https://cl.tvl.fyi/c/depot/+/835
Reviewed-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Kane York 2020-07-01 13:39:25 -07:00 committed by Kane York
parent 48cb38706b
commit 66f5e9f6c3

View file

@ -6,8 +6,8 @@
# to the key in nixpkgs which represents the program you want to run.
set -ueo pipefail
readonly REPO_ROOT=$(dirname $0)/..
TARGET_TOOL=$(basename $0)
readonly REPO_ROOT=$(dirname "$0")/..
TARGET_TOOL=$(basename "$0")
case "${TARGET_TOOL}" in
terraform)