aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-10 16:36:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-10 16:36:39 +1200
commit1b1e8ba9613d6a7193a33605029059633d20dd14 (patch)
treeb4dcb1a070b9c52aa5542cfd6abed1763c34bbba
parentMerge branch 'hotfix/v2.0.1' (diff)
parentBump VERSION (diff)
downloadnwatch-master.tar.gz
nwatch-master.zip
Merge branch 'hotfix/v2.0.2'HEADv2.0.2master
* hotfix/v2.0.2: Bump VERSION Remove useless -- that breaks things
-rw-r--r--VERSION2
-rwxr-xr-xnwatch2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 38f77a6..e9307ca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.1
+2.0.2
diff --git a/nwatch b/nwatch
index e44da1e..9ab1a33 100755
--- a/nwatch
+++ b/nwatch
@@ -86,5 +86,5 @@ function write() {
}
!NF { write() }
END { write() }
-' -- "$diff"
+' "$diff"
fi