aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-01 15:25:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-01 15:25:38 -0200
commitd5e7c04e1884badaf19452a2358dd48d5b21dec8 (patch)
tree36526f85c660a0e6ed7fc60929b0ae4bedee52d9
parent7a64b316478e313bd0ea085ddf3566e3d78fb919 (diff)
downloadscripts-d5e7c04e1884badaf19452a2358dd48d5b21dec8.tar.gz
scripts-d5e7c04e1884badaf19452a2358dd48d5b21dec8.tar.bz2
Syntax fix
-rwxr-xr-xztd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztd b/ztd
index 966178d..52ac5fe 100755
--- a/ztd
+++ b/ztd
@@ -9,7 +9,7 @@ PROJECT="$1"
# Try to get there
if [ ! -z "$PROJECT" ]; then
cd $PROJECT
-else if [ ! -d '.git' ]; then
+elif [ ! -d '.git' ]; then
cd
remind ~/.reminders | grep -v '^No reminders.$'
status