From f7d61e0f946c8390f6e84b1c326ec1f14e041b85 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 5 Jul 2021 10:37:17 -0500 Subject: fix: fixed error resolution on wsl command --- install.conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v1.2.3-70-g09d2