Closed dcarbone closed 2 years ago
Adding "...\n" prints the newline character literally, resulting in Installing gobrew...\n, rather than an additional new line.
"...\n"
Installing gobrew...\n
Adding an empty echo "" prints a blank line, which is what I think was intended :)
echo ""
Either way, thanks for building this!
Cool thanks.
Adding
"...\n"
prints the newline character literally, resulting inInstalling gobrew...\n
, rather than an additional new line.Adding an empty
echo ""
prints a blank line, which is what I think was intended :)Either way, thanks for building this!