aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples
diff options
context:
space:
mode:
Diffstat (limited to 'gotrc-examples')
-rw-r--r--gotrc-examples/lower-left-ponysay2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotrc-examples/lower-left-ponysay b/gotrc-examples/lower-left-ponysay
index 4353826..5f1b110 100644
--- a/gotrc-examples/lower-left-ponysay
+++ b/gotrc-examples/lower-left-ponysay
@@ -16,7 +16,7 @@ function _display
echo -en '\e['"$(( $height - $lines + 1 ));1H"
echo -n "$(echo "${pony}" | sed -e 's:\x1b\[H\x1b\[2J::')${PALETTE}"
echo -e "\e[H\e[${ANSI_COLOR}m${NAME} (${tty})\e[00m"
- echo
+ echo
echo -n 'Login: '
}