Default to Auto Update Package for files that aren't included in the Xml

This commit is contained in:
ViViDboarder 2013-07-03 11:18:47 -07:00
parent 21af11b4ff
commit 7dcfe1e2d9
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ module AbuseTheForce
build_client
end
# Set auto update
options[:auto_update_package] = true
if File.file? File.join(dpath, 'package.xml')
@client.deploy(File.expand_path(dpath), options).
on_complete { |job|