summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e91ed60b..b4056858 100755
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ echo "installing $name with $distro/$codename in environment '$env_group'"
echo ""
echo "########## clearing old ssh host keys #########"
-./remove-known-host.sh "$name"
+remove_known_hosts "$name"
echo ""
echo "########## removing cached facts #########"