Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Nov 29, 2019
1 parent 65894f2 commit 2930353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def release(parameters: Parameters,
if osgeo_username is not None:
assert osgeo_password is not None
if is_prerelease:
warnings.warn(('Skipping deploy to OSGEO since this is a pre-release')
warnings.warn('Skipping deploy to OSGEO since this is a pre-release')
else:
upload_plugin_to_osgeo(username=osgeo_username, password=osgeo_password, archive=archive_name)

Expand Down

0 comments on commit 2930353

Please sign in to comment.