Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asteflova committed Aug 9, 2024
1 parent 5f38479 commit c333d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/classes/foreman_cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
.with_content(
<<~CONFIG
:foreman:
# Credentials. You'll be asked for the interactively if you leave them blank here
# Credentials. You'll be asked for them interactively if you leave them blank here
:username: 'joe'
:password: 'secret'
CONFIG
Expand Down
2 changes: 1 addition & 1 deletion templates/hammer_root.yml.epp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Optional[String] $password,
| -%>
:foreman:
# Credentials. You'll be asked for the interactively if you leave them blank here
# Credentials. You'll be asked for them interactively if you leave them blank here
:username: '<%= $username %>'
:password: '<%= $password %>'

0 comments on commit c333d2b

Please sign in to comment.