bitballoon 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/bitballoon +1 -1
- data/lib/bitballoon/version.rb +1 -1
- metadata +1 -1
data/bin/bitballoon
CHANGED
@@ -17,7 +17,7 @@ opts = Slop.parse do
|
|
17
17
|
raise "File or dir doesn't exist: #{path}" unless File.exist?(path)
|
18
18
|
raise "Can't deploy a single file" if File.file?(path) && !zip
|
19
19
|
|
20
|
-
credentials_path = File.expand_path(".bitballoon"
|
20
|
+
credentials_path = File.expand_path(".bitballoon")
|
21
21
|
|
22
22
|
if File.exist?(credentials_path)
|
23
23
|
credentials = JSON.parse(File.read(credentials_path))
|
data/lib/bitballoon/version.rb
CHANGED