Skip to content

Commit

Permalink
Change sshOption port field name
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed May 1, 2015
1 parent 098e9c1 commit 8251d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This will create two files in your Meteor Up project directory:
// WARNING: Keys protected by a passphrase are not supported
//"pem": "~/.ssh/id_rsa"
// Also, for non-standard ssh port use this
//"sshOptions": { "Port" : 49154 },
//"sshOptions": { "port" : 49154 },
// server specific environment variables
"env": {}
}
Expand Down

0 comments on commit 8251d7a

Please sign in to comment.