Skip to content

Commit

Permalink
Merge pull request #689 from Phrohdoh/fix-lookup-envvar-typo
Browse files Browse the repository at this point in the history
Fix typo in lookups.rst regarding envvar
  • Loading branch information
russellballestrini committed Dec 13, 2018
2 parents fadf97d + 3c6ca42 commit d6c5222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lookups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Example::
$ export DATABASE_USER=root

# In the stacker config we could reference the value:
DBUser: ${envvar DATABASE_UER}
DBUser: ${envvar DATABASE_USER}

# Which would resolve to:
DBUser: root
Expand Down

0 comments on commit d6c5222

Please sign in to comment.