Skip to content

Commit

Permalink
UX - Update the string about QGIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored May 25, 2022
1 parent 1c6a16b commit b6a85a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_plugin_manager/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main(): # noqa: C901
)
qgis = qgis_server_version()
if qgis:
print(f"QGIS server version {qgis_server_version()}")
print(f"QGIS version {qgis_server_version()}")
parser.exit()

# if no command is passed, print the help and exit
Expand Down

0 comments on commit b6a85a1

Please sign in to comment.