summaryrefslogtreecommitdiffstats
path: root/config-model/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-06-20 11:30:22 +0200
committerHarald Musum <musum@yahooinc.com>2022-06-20 11:30:22 +0200
commitc3cc0a79038c0c62933e530cd3ebbc7fcc567e49 (patch)
tree2dfc27e3598c58170b37b440458eb0fdb20689e1 /config-model/CMakeLists.txt
parentaeea3e451c4c9c7e83da7b38cc9bbfca08f6ad29 (diff)
Fix typo
Diffstat (limited to 'config-model/CMakeLists.txt')
-rw-r--r--config-model/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/CMakeLists.txt b/config-model/CMakeLists.txt
index 08e59aed745..834830587d1 100644
--- a/config-model/CMakeLists.txt
+++ b/config-model/CMakeLists.txt
@@ -4,6 +4,6 @@ install_jar(config-model-jar-with-dependencies.jar)
vespa_install_script(src/main/perl/vespa-deploy bin)
install(DIRECTORY src/main/resources/schema DESTINATION share/vespa PATTERN ".gitignore" EXCLUDE PATTERN "version" EXCLUDE)
-install(DIRECTORY src/main/resources/schema DESTINATION share/vespa/schema/version/8.x PATTERN ".gitignore" EXCLUDE PATTERHN "version" EXCLUDE)
+install(DIRECTORY src/main/resources/schema DESTINATION share/vespa/schema/version/8.x PATTERN ".gitignore" EXCLUDE PATTERN "version" EXCLUDE)
# TODO: Remove when Vespa > 8 and no apps are left on 7 in hosted Vespa
install(DIRECTORY src/main/resources/schema/version/7.x/ DESTINATION share/vespa/schema/version/7.x/schema PATTERN ".gitignore" EXCLUDE)