From adb32321a345621a439091d454632a6af100ce72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Oct 2021 11:09:50 +0200 Subject: [PATCH] Fix typo for feature file --- zsh/zprofile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 89b0d83..17ffbc2 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -62,7 +62,7 @@ mkdir -p "${FEATURE_DIR}" [[ $MACHINE_HAS_RESTIC_BACKUP == "true" ]] && touch "${FEATURE_DIR}"/restic_backup [[ $MACHINE_HAS_ELEMENT == "true" ]] && touch "${FEATURE_DIR}"/element -[[ $MACHINE_TYPE == "laptop" ]] && touch "${FEATURE_DIR}"/matchine_is_laptop +[[ $MACHINE_TYPE == "laptop" ]] && touch "${FEATURE_DIR}"/machine_is_laptop {% if user.gpg_agent %} touch "${FEATURE_DIR}"/gpg_agent