summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@users.noreply.github.com>2017-04-14 18:51:54 -0400
committerAdam J. Stewart <ajstewart426@gmail.com>2017-04-14 17:51:54 -0500
commit6574ec31430b5c00563f1942b72e2d830a022d6b (patch)
treeaa89d6cc4ad460ac5fa95c2740c3524c8cf0b811 /lib
parent2ed2469b116caad18bab445c22feaddc5c0d4bd8 (diff)
downloadspack-6574ec31430b5c00563f1942b72e2d830a022d6b.tar.gz
spack-6574ec31430b5c00563f1942b72e2d830a022d6b.tar.bz2
spack-6574ec31430b5c00563f1942b72e2d830a022d6b.tar.xz
spack-6574ec31430b5c00563f1942b72e2d830a022d6b.zip
stage: remove a rogue period (#3846)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/stage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/stage.py b/lib/spack/spack/stage.py
index 21db3d75c2..29b6882927 100644
--- a/lib/spack/spack/stage.py
+++ b/lib/spack/spack/stage.py
@@ -455,7 +455,7 @@ class Stage(object):
"control system, but it has been archived on a spack "
"mirror. This means we cannot know a checksum for the "
"tarball in advance. Be sure that your connection to "
- "this mirror is secure!.")
+ "this mirror is secure!")
else:
self.fetcher.check()