diff options
Diffstat (limited to 'auto-void-packages')
-rwxr-xr-x | auto-void-packages/update-check-contributed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-void-packages/update-check-contributed.sh b/auto-void-packages/update-check-contributed.sh index e399b24..3749072 100755 --- a/auto-void-packages/update-check-contributed.sh +++ b/auto-void-packages/update-check-contributed.sh @@ -51,5 +51,5 @@ do done <"$CONTRIBUTED_TO_FILE" popd || exit 1 -# print the file containing the packages needding an update +# print the file containing the packages needing an update [ -f "$NEEDS_UPDATE" ] && bat "$NEEDS_UPDATE" |