Skip to content

Commit e2ec4f6

Browse files
authored
Merge pull request #119 from etcet/master
Reference the correct variable name in comment
2 parents a7d3164 + 4b06d33 commit e2ec4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ nginx_install_from: nginx_repository
193193
nginx_signing_key: http://nginx.org/keys/nginx_signing.key
194194

195195
# Specify source repository for NGINX Open Source.
196-
# Only works if 'install_from' is set to 'nginx_repository'.
196+
# Only works if 'nginx_install_from' is set to 'nginx_repository'.
197197
# Defaults are the official NGINX repositories.
198198
nginx_repository:
199199
debian:
@@ -206,7 +206,7 @@ nginx_repository:
206206

207207
# Specify which branch of NGINX Open Source you want to install.
208208
# Options are 'mainline' or 'stable'.
209-
# Only works if 'install_from' is set to 'nginx_repository'.
209+
# Only works if 'nginx_install_from' is set to 'nginx_repository'.
210210
# Default is mainline.
211211
nginx_branch: mainline
212212

0 commit comments

Comments
 (0)