Skip to content

Commit 52578ea

Browse files
authored
Fix shellcheck issue in perf tests script (#448)
1 parent 377eb6f commit 52578ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/swift-ci-perf-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -euo pipefail
44

55
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6-
cd ${__dir}/..
6+
cd "${__dir}"/..
77

88
swift test -c release --filter Perf

0 commit comments

Comments
 (0)