Skip to content

Commit

Permalink
Fix another typo.
Browse files Browse the repository at this point in the history
whitequark committed Jan 19, 2018
1 parent dff08ef commit 1cc1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -196,7 +196,7 @@ def addCondaUploadSteps(factory, label, force=False):
'--user', 'm-labs', '--label', WithProperties(label),
WithProperties('%(output_filename)s')] +
(['--force'] if force else
[WithProperties('%(force_upload:~--force)s')]),
[WithProperties('%(force_upload:+--force)s')]),
description = 'uploading',
descriptionDone = 'upload',
descriptionSuffix = 'package',

0 comments on commit 1cc1e88

Please sign in to comment.