Skip to content

Commit c49ccf6

Browse files
committed
Update path in calculate_version script
1 parent f98f472 commit c49ccf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)