Removed needless line feed in header.
authorSteven Black <redacted>
Mon, 15 Feb 2016 21:11:30 +0000 (16:11 -0500)
committerSteven Black <redacted>
Mon, 15 Feb 2016 21:11:30 +0000 (16:11 -0500)
updateHostsFile.py

index 57cc7af015a1896b1a7509d36233cbaa5a680075..ddba54316b9cd2aa85716edf12dd0e41c6044fe0 100644 (file)
@@ -314,7 +314,7 @@ def writeOpeningHeader(finalFile):
     finalFile.seek(0) #write at the top
     writeData(finalFile, '# This file is a merged collection of hosts from reputable sources,\n')
     writeData(finalFile, '# with a dash of crowd sourcing via Github\n#\n')
-    writeData(finalFile, '# Latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n#\n')
+    writeData(finalFile, '# Latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n')
     writeData(finalFile, '# Project home page: https://github.com/StevenBlack/hosts\n#\n')
     writeData(finalFile, '# ===============================================================\n')
     writeData(finalFile, '\n')
git clone https://git.99rst.org/PROJECT