Skip to content

Commit a1566b0

Browse files
authored
Fix REPO_ROOT variable (#34)
1 parent 819503e commit a1566b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

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

33
set -e -u -o pipefail
44

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

88
DOCKER_IMAGE="platform-sdk/csharp"

0 commit comments

Comments
 (0)