We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98f472 commit 67bb573Copy full SHA for 67bb573
1 file changed
utilities/scripts/calculate_version.py
@@ -23,7 +23,7 @@
23
import semver
24
25
SCRIPT_LOCATION = os.path.join(os.path.dirname(os.path.abspath(__file__)))
26
-REPO_ROOT = os.path.abspath(os.path.join(SCRIPT_LOCATION, ".."))
+REPO_ROOT = os.path.abspath(os.path.join(SCRIPT_LOCATION, "../.."))
27
REPO = git.Repo(REPO_ROOT)
28
29
0 commit comments