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:
@@ -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"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user