linux: Update script commit

This commit is contained in:
Tim Steinbach 2019-04-06 12:51:14 -04:00
parent 9d5d5b243d
commit 4d2c4387cc
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

@ -56,7 +56,7 @@ ls $NIXPKGS/pkgs/os-specific/linux/kernel | while read FILE; do
# Commit the changes
git add -u $NIXPKGS/pkgs/os-specific/linux/kernel/$FILE
git commit -m "kernel: $OLDVER -> $V" >/dev/null 2>&1
git commit -m "linux: $OLDVER -> $V" >/dev/null 2>&1
echo "Updated $OLDVER -> $V"
done