Skip to content

KDEGitCommitHooks: Fix quoting of variables

I was getting CMake errors in repositories that had a pre-existing commit hook: string sub-command FIND requires 3 or 4 parameters. Adding quotes around the variables from 6224e7b8 fixes this issue for me.

Merge request reports