Merge branch 'master' into davidstaheli/ci

This commit is contained in:
David Staheli
2018-11-05 12:16:03 -05:00
committed by GitHub
+1 -1
View File
@@ -323,7 +323,7 @@ def ensure_pipfile(validate=True, skip_requirements=False, system=False):
except Exception:
sp.fail(environments.PIPENV_SPINNER_FAIL_TEXT.format("Failed..."))
else:
sp.ok(environments.PIPENV_SPINNER_FAIL_TEXT.format("Success!"))
sp.ok(environments.PIPENV_SPINNER_OK_TEXT.format("Success!"))
# Warn the user of side-effects.
click.echo(
u"{0}: Your {1} now contains pinned versions, if your {2} did. \n"