commit 57e290e65783a5b6709285c63161533db878b2fb
Author: spesk1 <spesk@pm.me>
Date: Wed Jun 26 18:32:10 2019 -0400
Add a newline so we dont have characters left over from the carrage return
diff --git a/lib/SimplyGit/Git.pm b/lib/SimplyGit/Git.pm
index f435fb0..9b25278 100644
--- a/lib/SimplyGit/Git.pm
+++ b/lib/SimplyGit/Git.pm
@@ -25,6 +25,9 @@ sub knocker($$$) {
shellex("$nmapCmd -Pn --host_timeout 201 --max-retries 0 -p $port $target > /dev/null",$logger);
}
+ # So we don't have random chars potentially on the line after using \r
+ print "\n";
+
}
sub checkPath($$) {