Skip to content

Commit

Permalink
Merge 3015a08 into 01a5ba9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixx committed Jul 12, 2019
2 parents 01a5ba9 + 3015a08 commit 5d54f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thefuck/rules/apt_list_upgradable.py
Expand Up @@ -8,7 +8,7 @@
@sudo_support
@for_app('apt')
def match(command):
return "Run 'apt list --upgradable' to see them." in command.output
return 'apt list --upgradable' in command.output


@sudo_support
Expand Down

0 comments on commit 5d54f32

Please sign in to comment.