mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Rubocop --auto-correct syntax fixups
This commit is contained in:
parent
c937a11f29
commit
b3a4f9c0a6
7 changed files with 286 additions and 314 deletions
3
vmpooler
3
vmpooler
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
$:.unshift(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||
|
||||
require 'rubygems' unless defined?(Gem)
|
||||
require 'lib/vmpooler'
|
||||
|
|
@ -11,4 +11,3 @@ Thread.new { Vmpooler::PoolManager.new.execute! }
|
|||
loop do
|
||||
sleep(10)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue