Skip to content

Commit

Permalink
Changed conflict destToken -> destKey (#1164)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Mogensen <erik.mogensen@hm.com>
  • Loading branch information
ErikMogensen and Erik Mogensen authored Feb 24, 2021
1 parent f88fc5a commit 7437f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.v2/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const yargs = require('yargs')
type: 'string',
example: 'SharedAccessSignature…',
description: 'A SAS token for the destination portal',
conflicts: ['destId, destToken']
conflicts: ['destId, destKey']
})
.argv;

Expand Down

0 comments on commit 7437f83

Please sign in to comment.