diff options
Diffstat (limited to 'scripts/watch')
-rwxr-xr-x | scripts/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch b/scripts/watch index cb7f290..b0b3c50 100755 --- a/scripts/watch +++ b/scripts/watch @@ -7,7 +7,7 @@ BASENAME="`basename $0`" DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)" BASEDIR="$DIRNAME/.." -WATCHED="branches" +WATCHED="docs" # Got to the base folder cd $BASEDIR |