diff --git a/lib/abusetheforce/cli.rb b/lib/abusetheforce/cli.rb index 3692a76..666bebf 100644 --- a/lib/abusetheforce/cli.rb +++ b/lib/abusetheforce/cli.rb @@ -269,10 +269,6 @@ module AbuseTheForce AbuseTheForce.pute("List not found", true) end - unless File.file? "/Users/ifij/workspace/salesforce-apex/build.xml" - puts "NO BUILD" - end - # Clean out the temp directory AbuseTheForce.clean_temp @@ -287,6 +283,11 @@ module AbuseTheForce # Check that file exists if File.file? fpath + # If this line is just a meta file, skip it + if fpath.ends_with? 'meta.xml' + next + end + # Did the file copy? file_copied = AbuseTheForce.copy_temp_file fpath