Skip to content

Commit 67bb573

Browse files
authored
VED-738 Minor addition - update path in calculate_version script (#921)
1 parent f98f472 commit 67bb573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/scripts/calculate_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import semver
2424

2525
SCRIPT_LOCATION = os.path.join(os.path.dirname(os.path.abspath(__file__)))
26-
REPO_ROOT = os.path.abspath(os.path.join(SCRIPT_LOCATION, ".."))
26+
REPO_ROOT = os.path.abspath(os.path.join(SCRIPT_LOCATION, "../.."))
2727
REPO = git.Repo(REPO_ROOT)
2828

2929

0 commit comments

Comments
 (0)