up-to-date vs up to date

This commit is contained in:
2018-07-10 00:46:24 +04:00
parent fdf7ee12f7
commit 162971eca5

View File

@@ -211,7 +211,7 @@ ffmpeg_timelapse() {
update_.g() { update_.g() {
local RES=$(.g pull 2>&1) local RES=$(.g pull 2>&1)
if [[ ! ($RES =~ "Already up-to-date") ]]; then if [[ ! ($RES =~ "Already up.to.date") ]]; then
echo "Updated .g" echo "Updated .g"
echo $RES echo $RES
echo "======" echo "======"