Skip to content

Commit

Permalink
fix links for master
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 23, 2024
1 parent f42cc11 commit f11fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
release = "__QGIS_VERSION__"

if version == "master":
QGIS_GIT_TAG = ""
QGIS_GIT_TAG = "master"
else:
QGIS_GIT_TAG = f"release-{release.replace('.','_')}"

Expand Down

0 comments on commit f11fd17

Please sign in to comment.