From 162971eca557a1272d6b1c56903b595904417a3d Mon Sep 17 00:00:00 2001 From: Abra Date: Tue, 10 Jul 2018 00:46:24 +0400 Subject: [PATCH] up-to-date vs up to date --- .zprezto/runcoms/zalias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index 9946d90..4e0ccd4 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -211,7 +211,7 @@ ffmpeg_timelapse() { update_.g() { local RES=$(.g pull 2>&1) - if [[ ! ($RES =~ "Already up-to-date") ]]; then + if [[ ! ($RES =~ "Already up.to.date") ]]; then echo "Updated .g" echo $RES echo "======"