Missing space

This commit is contained in:
Michael Stanclift 2020-05-22 10:47:39 -05:00
parent d3376947d5
commit eacefeeaa7

View File

@ -105,7 +105,7 @@ function push_gs {
done
}
function logs_gs{
function logs_gs {
echo -e "These are the last three valid PULL timestamps"
tail -n 3 ${SYNCING_LOG}
}