Skip to content

Commit

Permalink
Fix a typo. (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored Apr 30, 2024
1 parent 9647e9e commit b42a1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloom/commands/git/patch/trim_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _set_trim_sub_dir(sub_dir, force, config, directory):
sub_dir + ", but it is already set to " +
config['trim'] + ".")
if not force:
warning("Changing the sud directory is not advised. "
warning("Changing the sub directory is not advised. "
"If you are sure you want to do this, use "
"'--force'")
return None
Expand Down

0 comments on commit b42a1dd

Please sign in to comment.