cloudblocks 0.0.12f → 0.0.12g
Sign up to get free protection for your applications and to get access to all the features.
- 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'
|