From d7e7be0de90d0a028be00a05de25048f379a1b1b Mon Sep 17 00:00:00 2001 From: James Carter Date: Wed, 27 Jul 2016 10:01:50 +0100 Subject: fixed a typo --- bin/byteback-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/byteback-backup diff --git a/bin/byteback-backup b/bin/byteback-backup old mode 100755 new mode 100644 index 0a50909..3e0d5af --- a/bin/byteback-backup +++ b/bin/byteback-backup @@ -253,7 +253,7 @@ if __FILE__ == $PROGRAM_NAME e.gsub(/\/+/, '/') end - fatal('Must suply --destination or put it into /etc/bytebackup/destination') unless @destination + fatal('Must supply --destination or put it into /etc/bytebackup/destination') unless @destination # # Test that we have an SSH-key which we can read. -- cgit v1.2.1