aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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