diff options
Diffstat (limited to 'extra/svn')
-rwxr-xr-x | extra/svn/reposman.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index c058b5cf4..28c7d257a 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -54,7 +54,7 @@ end def read_key_from_file(filename) begin $api_key = File.read(filename).strip - rescue Exception => e + rescue => e $stderr.puts "Unable to read the key from #{filename}: #{e.message}" exit 1 end |