Skip to content

Commit

Permalink
Added unsign command
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed Oct 22, 2020
1 parent 9bc4baa commit 1105e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scythe/bin/scythe
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case "$command" in
exit 1
fi
;;
auth|backup|logtail|push|start|status|stop)
auth|backup|logtail|push|start|status|stop|unsign)
if [ ! -r "$TM_SETTINGS" ]; then
echo "scythe: configuration '$TM_SETTINGS' not readable!" >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion scythe/confs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# current version

export SCYTHE_VERSION=1.2.0
export SCYTHE_VERSION=1.3.0

# tool dirs

Expand Down

0 comments on commit 1105e88

Please sign in to comment.