diff options
author | David Faure <faure@kde.org> | 2021-01-16 12:32:41 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2021-01-16 12:32:41 +0100 |
commit | 0c03884802a93390e2e72ac73c85ab14f5fa2c69 (patch) | |
tree | a10ca95e83a55ab31434c1b9a4fe681566be56dc /kde-modules | |
parent | 45edd1b17051def13c157cba3b01fac53364149c (diff) | |
download | extra-cmake-modules-0c03884802a93390e2e72ac73c85ab14f5fa2c69.tar.gz extra-cmake-modules-0c03884802a93390e2e72ac73c85ab14f5fa2c69.tar.bz2 |
Fix typo
GIT_SILENT
Diffstat (limited to 'kde-modules')
-rw-r--r-- | kde-modules/KDEGitCommitHooks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-modules/KDEGitCommitHooks.cmake b/kde-modules/KDEGitCommitHooks.cmake index 90f53844..aa2bec60 100644 --- a/kde-modules/KDEGitCommitHooks.cmake +++ b/kde-modules/KDEGitCommitHooks.cmake @@ -9,7 +9,7 @@ # # :: # -# kde_configure_pre_commit_hook(GIR_DIR <dir> CHECKS <checks...>) +# kde_configure_pre_commit_hook(GIT_DIR <dir> CHECKS <checks...>) # # This function will create a pre-commit hook which contains all the given checks. # In case the source dir does not contain the .git folder, the GIT_DIR |