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:
parent
48cb38706b
commit
66f5e9f6c3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue