diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-12-10 20:20:09 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-12-10 20:20:09 +0100 |
commit | 81a62d594e8d163fe2dd452d2b358a4fc683cf44 (patch) | |
tree | 2d861c9dd4e2c640d2cf3084845326f04d6d5b08 | |
parent | 2b5728fb9acb427daa501886b320945db292db2b (diff) |
Fixing a typo in update-check-contributed.sh
-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" |