Skip to content

Commit 43408de

Browse files
authored
Switch docker-machine private address command
1 parent 1ea8f90 commit 43408de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/asr-providers/aws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module.exports = class AWSAsrProvider extends AbstractASRProvider{
189189
}
190190

191191
if (this.getConfig("usePrivateAddress")) {
192-
args.push("--amazonec2-private-address-only");
192+
args.push("--amazonec2-use-private-address");
193193
}
194194

195195
if (this.getConfig("engineInstallUrl")){

0 commit comments

Comments
 (0)