Skip to content

Commit d70f79a

Browse files
authored
Merge branch 'master' into feature/VED-000-improve-tf-stability
2 parents 6ee3b81 + 67bb573 commit d70f79a

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)