diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-11 10:54:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-11 10:54:09 -0300 |
commit | 98ebe1f9bdcad8c85ea0cb2030dd81a47486a023 (patch) | |
tree | be178d405ef8390f47ba40d4824ca7fae13d10f7 /scripts | |
parent | aa7e9396a8dfc8931573713acca57200f1f880fa (diff) | |
download | templates-98ebe1f9bdcad8c85ea0cb2030dd81a47486a023.tar.gz templates-98ebe1f9bdcad8c85ea0cb2030dd81a47486a023.tar.bz2 |
Minor fixes
Diffstat (limited to 'scripts')
-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 |