Skip to content

Commit c25aa15

Browse files
author
J.K.Valk
committed
Fixes
1 parent a8a8982 commit c25aa15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/quickmox/host.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def handle_exceptions
9696
begin
9797
yield
9898
rescue => e
99-
raise HostError, "Exception" #" in Quickmox::Host while handling host #{@session.host}: #{e}"
99+
raise HostError, "Exception in Quickmox::Host while handling host #{@session.host}: #{e}"
100100
end
101101
end
102102

lib/quickmox/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Quickmox
2-
VERSION = '0.2.4'
2+
VERSION = '0.2.5'
33
end

0 commit comments

Comments
 (0)