diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-12-03 09:08:24 +0200 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-12-03 09:08:24 +0200 |
commit | 0098345ea95d4c4a60d72fc2d4b07bcde5e0cd43 (patch) | |
tree | 7ec28d337ff50c4ea09c6aa2c339e07a895b285d /bin/byteback-restore | |
parent | fb52e11b93e4d7a672f9125a37bd39efeb1742cd (diff) |
Correct the encoding-defintion.
Diffstat (limited to 'bin/byteback-restore')
-rwxr-xr-x | bin/byteback-restore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-restore b/bin/byteback-restore index 06fca15..94babf8 100755 --- a/bin/byteback-restore +++ b/bin/byteback-restore @@ -1,5 +1,5 @@ #!/usr/bin/ruby -# enocoding: UTF-8 +# encoding: UTF-8 # # Restore a file from the most recent backup, from the remote host. # |