Skip to content

Commit

Permalink
Merge pull request ansible#6642 from sethwoodworth/patch-1
Browse files Browse the repository at this point in the history
[docs] adds missing `'` to debconf examples
  • Loading branch information
mpdehaan committed Mar 23, 2014
2 parents 3c97ac1 + c28d354 commit 7a53862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/system/debconf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ EXAMPLES = '''
debconf: name=locales question='locales/default_environment_locale' value=fr_FR.UTF-8
# set to generate locales:
debconf: name=locales question='locales/locales_to_be_generated value='en_US.UTF-8 UTF-8, fr_FR.UTF-8 UTF-8'
debconf: name=locales question='locales/locales_to_be_generated' value='en_US.UTF-8 UTF-8, fr_FR.UTF-8 UTF-8'
# Accept oracle license
debconf: name='oracle-java7-installer' question='shared/accepted-oracle-license-v1-1' value='true' vtype='select'
Expand Down

0 comments on commit 7a53862

Please sign in to comment.