summaryrefslogtreecommitdiff
path: root/labs_change_detector
diff options
context:
space:
mode:
Diffstat (limited to 'labs_change_detector')
-rwxr-xr-xlabs_change_detector2
1 files changed, 1 insertions, 1 deletions
diff --git a/labs_change_detector b/labs_change_detector
index dbe747f..7179800 100755
--- a/labs_change_detector
+++ b/labs_change_detector
@@ -1,6 +1,6 @@
#! /bin/bash
-if ! which inotifywait &> /dev.null
+if ! which inotifywait &> /dev/null
then
echo 'inotify is a dep. fail'
exit