Skip to content

Commit 5aca223

Browse files
Merge pull request #19 from daniel-makerx/bug-fix2
fix: another bug fix
2 parents 7fed3db + 5d0e83f commit 5aca223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helloworld/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import click
22
from helloworld.cli.say import say_command
33

4-
# minor fix
4+
# minor fix 2
55
@click.group(
66
help="HelloWorld",
77
context_settings={"help_option_names": ["-h", "--help"]},

0 commit comments

Comments
 (0)