diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-18 11:03:58 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-18 11:03:58 +0100 |
commit | c848f40383579bcc43cf3780e542c305ab477235 (patch) | |
tree | 3d53c1e977c999780d9eeeb032c78f4f34fcb199 /bin | |
parent | 0d6a0b033f69d396cee9baf0ce27e185d988c575 (diff) |
Oops..
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mauveclient | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mauveclient b/bin/mauveclient index 878fb55..9e5a707 100755 --- a/bin/mauveclient +++ b/bin/mauveclient @@ -159,7 +159,7 @@ require 'getoptlong' -%w(sender mauve_time version proto).each do +%w(sender mauve_time version proto).each do |r| begin require "mauve/#{r}" rescue LoadError => ex |