mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-15 06:45:45 +01:00
5 lines
No EOL
141 B
Text
Executable file
5 lines
No EOL
141 B
Text
Executable file
# Check if it's an amend commit
|
|
if [ "$2" = "commit" ]; then
|
|
echo "Amendment detected, appending icon..."
|
|
./.husky/append-icon.sh "$1"
|
|
fi |