Skip to content

Commit bc3df2e

Browse files
authored
Fix directory cd (#549)
1 parent 4910bba commit bc3df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-docker-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
root_dir="$(dirname "${BASH_SOURCE[0]}")"
5+
root_dir="$(dirname "${BASH_SOURCE[0]}")/.."
66
cd "$root_dir"
77

88
CONSTRAINT=$1

0 commit comments

Comments
 (0)