Skip to content

Commit 2b5b122

Browse files
committed
Break impl
1 parent d96f106 commit 2b5b122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

implement-cowsay/cow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
if (args.animal):
1717
print(cowsay.get_output_string(args.animal, message))
1818
else:
19-
print(cowsay.get_output_string('cow', message))
19+
print(cowsay.get_output_string('dragon', message))

0 commit comments

Comments
 (0)