We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945e28 commit b434a37Copy full SHA for b434a37
lib/netsuite_rails/tasks/netsuite.rb
@@ -27,7 +27,9 @@ def generate_options
27
task :fresh_sync => :environment do
28
NetSuiteRails::PollTimestamp.delete_all
29
30
- ENV['SKIP_EXISTING'] = "true"
+ if ENV['SKIP_EXISTING'].blank?
31
+ ENV['SKIP_EXISTING'] = "true"
32
+ end
33
34
Rake::Task["netsuite:sync"].invoke
35
end
0 commit comments