Check for token variable instead of from options

Update the get method to only retrieve tokens if one doesn't exist from
either the cli arguments or from a dotfile
This commit is contained in:
Brian Cain 2015-09-15 15:22:13 -07:00
parent d557541174
commit 7015fc3b20
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'vmfloaty'
s.version = '0.2.1'
s.version = '0.2.2'
s.authors = ['Brian Cain']
s.email = ['brian.cain@puppetlabs.com']
s.license = 'Apache'