Skip to content

Commit

Permalink
fixing typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 3, 2024
1 parent 683fc68 commit 19802d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubploy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
"--helm-debug",
action="store_true",
help="Enable Helm debug output. This is not allowed to be used in a " +
"CI environment due to secrets being displated in plain text, and " +
"CI environment due to secrets being displayed in plain text, and " +
"the script will exit. To enable this option, set a local environment " +
"varible HUBPLOY_LOCAL_DEBUG=true"
)
Expand Down

0 comments on commit 19802d4

Please sign in to comment.