summaryrefslogtreecommitdiff
path: root/modules/10-ssh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/10-ssh')
-rw-r--r--modules/10-ssh/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/10-ssh/install.sh b/modules/10-ssh/install.sh
index 8fb3145..7799fd8 100644
--- a/modules/10-ssh/install.sh
+++ b/modules/10-ssh/install.sh
@@ -13,7 +13,7 @@ function preinstall() {
fi
}
-function install() {
+function _install() {
git-crypt unlock
if [[ "$?" -ne "0" ]]; then