Skip to content

Commit 28c9de2

Browse files
authored
typo
1 parent 80b05b8 commit 28c9de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/scripts/bootstrap_eb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def main():
855855
if IS_PY3:
856856
self_txt = self_txt.encode('utf-8')
857857
info("DEPRECATED: Use of the EasyBuild boostrap script is deprecated and may not work.")
858-
info("Recommended install methods: https://docs.easybuild.io/en/latest/Installation.html\n").
858+
info("Recommended install methods: https://docs.easybuild.io/en/latest/Installation.html\n")
859859
info("EasyBuild bootstrap script (version %s, MD5: %s)" % (EB_BOOTSTRAP_VERSION, md5(self_txt).hexdigest()))
860860
info("Found Python %s\n" % '; '.join(sys.version.split('\n')))
861861

0 commit comments

Comments
 (0)