cloudblocks 0.0.12f → 0.0.12g
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/cb-agent +1 -1
- metadata +1 -1
data/bin/cb-agent
CHANGED
|
@@ -410,7 +410,7 @@ end
|
|
|
410
410
|
|
|
411
411
|
# still no api key, we need to get it
|
|
412
412
|
if @api_key.empty?
|
|
413
|
-
puts 'CloudBlocks Agent'
|
|
413
|
+
puts 'CloudBlocks Agent One-Time Setup'
|
|
414
414
|
@api_key = ask('Please enter your API key. (you can find it at https://cloudblocks.co/me): ')
|
|
415
415
|
if @api_key.length != 32
|
|
416
416
|
puts 'Invalid API key'
|