summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schopf2019-07-18 16:59:55 +0200
committerDaniel Schopf2019-07-18 16:59:55 +0200
commit34b2d10ea6bf2f3ab06734053a1bf54f6d0c16a3 (patch)
tree5663c7584a0792545d4c5026f223aa7641fe9ffc
parentc53665aeb524e16c1c13ad3d99836f22ef62e214 (diff)
downloadaur-34b2d10ea6bf2f3ab06734053a1bf54f6d0c16a3.tar.gz
fix wrong command name in post-install message
-rw-r--r--kim-api.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/kim-api.install b/kim-api.install
index f93d49b23418..a56a2d356ef9 100644
--- a/kim-api.install
+++ b/kim-api.install
@@ -14,7 +14,7 @@ yellow="${bold}$(tput setaf 3)"
post_install() {
note "KIM API has been installed with some example models."
- note "More models can be installed using the 'kim-api-v2-collections-management' utility"
+ note "More models can be installed using the 'kim-api-collections-management' utility"
}
post_upgrade() {