Merge pull request 'devShell: use rm -f to clean up old pre-commit file' (#304) from Mic92-vm-api into main

This commit is contained in:
clan-bot
2023-09-19 11:30:53 +00:00

View File

@@ -15,7 +15,7 @@
];
shellHook = ''
# no longer used
rm "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"
rm -f "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"
'';
};
};