summaryrefslogtreecommitdiff
path: root/sync/griff
diff options
context:
space:
mode:
Diffstat (limited to 'sync/griff')
-rwxr-xr-xsync/griff4
1 files changed, 3 insertions, 1 deletions
diff --git a/sync/griff b/sync/griff
index ce9b6fa..60528f5 100755
--- a/sync/griff
+++ b/sync/griff
@@ -49,7 +49,9 @@ rddiff() {
;;
esac
fi
- fi
+ else
+ echo "$BOLD$RED[Repo $name does not exist at $dir!]$NORM"
+ fi
done
}