crazycode-cap-recipes 0.4.9 → 0.4.10
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/crazycode-cap-recipes.gemspec +1 -1
- data/lib/cap_recipes/tasks/gitdeploy/setup.rb +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
@@ -60,7 +60,7 @@ Capistrano::Configuration.instance(true).load do |configuration|
|
|
60
60
|
raise "NO tag. pls use -s tag=xxx set tag_name"
|
61
61
|
end
|
62
62
|
|
63
|
-
if war_config.nil? or war_config.size == 0
|
63
|
+
if war_config.nil? or war_config.size == 0 or !defined? war_name
|
64
64
|
raise 'NO war_config'
|
65
65
|
end
|
66
66
|
|