Skip to content

Commit

Permalink
Fix invalid region code (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored and alexander-fenster committed Mar 20, 2018
1 parent 2401004 commit af00bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/risk.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ const cli = require(`yargs`) // eslint-disable-line
alias: 'r',
type: 'string',
global: true,
default: 'USA',
default: 'US',
},
},
opts => {
Expand Down

0 comments on commit af00bc0

Please sign in to comment.