Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changed from Trust & Identity to Trust and Identity
ij committed Oct 13, 2016
1 parent 4f9de84 commit 62c1e13
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sf/contact.rb
@@ -128,7 +128,7 @@ def self.inc_execs_for(account_id='')
from = 'Contact_Affiliation__c'
inc_exec_filter = {
Account__c: account_id, Role__c: "Executive Contact",
Program__c: "Trust & Identity", Status__c: "Current"
Program__c: "Trust and Identity", Status__c: "Current"
}
where = inc_exec_filter.map {|k,v| "#{k} = \'#{v}\'"}.join(" and ")
build_contacts(from, where)
2 changes: 1 addition & 1 deletion lib/sf/version.rb
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.41"
VERSION = "0.1.42"
end

0 comments on commit 62c1e13

Please sign in to comment.