Skip to content

Commit

Permalink
Switch docker-machine private address command
Browse files Browse the repository at this point in the history
  • Loading branch information
rrowlands committed Apr 4, 2023
1 parent 1ea8f90 commit 28e9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/asr-providers/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module.exports = class AWSAsrProvider extends AbstractASRProvider{
}

if (this.getConfig("usePrivateAddress")) {
args.push("--amazonec2-private-address-only");
args.push("--amazonec2-use-private-address");
}

if (this.getConfig("engineInstallUrl")){
Expand Down

0 comments on commit 28e9ca4

Please sign in to comment.