Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Fixes #52 - Missed autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugliani committed May 11, 2014
1 parent d61d19c commit 6f6443b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/vagrant-vcloud/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ def self.action_up
action_root.join('is_last_vm')
autoload :MessageAlreadyRunning,
action_root.join('message_already_running')
autoload :MessageNotRunning,
action_root.join('message_not_running')
autoload :MessageCannotSuspend,
action_root.join('message_cannot_suspend')
autoload :MessageNotCreated,
Expand Down

0 comments on commit 6f6443b

Please sign in to comment.