diff options
author | James Carter <james.carter@bytemark.co.uk> | 2016-07-27 10:01:50 +0100 |
---|---|---|
committer | James Carter <james.carter@bytemark.co.uk> | 2016-07-27 10:01:50 +0100 |
commit | d7e7be0de90d0a028be00a05de25048f379a1b1b (patch) | |
tree | e2f1e54d9948fa4551ddfd7ed596ff4a8136fb6d /bin/byteback-backup | |
parent | fe6f50ac3634accf952464f2ed0865a1cf84a965 (diff) |
fixed a typo
Diffstat (limited to 'bin/byteback-backup')
-rw-r--r--[-rwxr-xr-x] | bin/byteback-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-backup b/bin/byteback-backup index 0a50909..3e0d5af 100755..100644 --- 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. |