bin/sf in salesforce-deploy-tool-0.9.5 vs bin/sf in salesforce-deploy-tool-0.9.6
- old
+ new
@@ -103,9 +103,10 @@
# Clean all files from repo
sfdt.clean_git_dir unless options.append
# Pull the changes
sfdt.pull "INFO: Pulling changes from #{config[:sandbox]} "
+ sfdt.clean_version
end
end