Skip to content

Commit

Permalink
remove the disabled variable per pull request comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ngo committed Mar 6, 2015
1 parent 20530c5 commit 84407d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/chronos-sync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def normalize_job(job)
newjob.delete 'lastSuccess'
newjob.delete 'lastError'
newjob.delete 'errorsSinceLastSuccess'
newjob.delete 'disabled'

# Define optional fields, if not present
newjob['uris'] = [] if !newjob.include?('uris')
Expand Down

0 comments on commit 84407d9

Please sign in to comment.