Skip to content

Commit

Permalink
fix!: plugin list exit code 0 when no plugins are installed (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jul 26, 2023
1 parent 4dd1904 commit a029c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/plugins.bash
Expand Up @@ -42,7 +42,7 @@ plugin_list_command() {
) | awk '{ if (NF > 1) { printf("%-28s", $1) ; $1="" }; print $0}'
else
display_error 'No plugins installed'
exit 1
exit 0
fi
}

Expand Down

0 comments on commit a029c00

Please sign in to comment.