aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--install.conf.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 78375f1..51a486d 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -28,4 +28,4 @@
Getting GPG public key,
]
- [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile]
- - ['[ -n "${WSL_DISTRO_NAME+1}" ] && ./wsl.install || :']
+ - ['if [ -n "${WSL_DISTRO_NAME+1}" ]; then ./wsl.install; fi']