mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Merge branch 'master' of github.com:briancain/vmfloaty
This commit is contained in:
commit
5fa65b6400
7 changed files with 38 additions and 25 deletions
|
|
@ -16,7 +16,7 @@ class Vmfloaty
|
|||
include Commander::Methods
|
||||
|
||||
def run
|
||||
program :version, Version.get
|
||||
program :version, Vmfloaty::VERSION
|
||||
program :description, 'A CLI helper tool for Puppet Labs vmpooler to help you stay afloat'
|
||||
|
||||
config = Conf.read_config
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
|
||||
class Version
|
||||
@version = '0.7.8'
|
||||
|
||||
def self.get
|
||||
@version
|
||||
end
|
||||
class Vmfloaty
|
||||
VERSION = '0.7.8'.freeze
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue