aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-05 10:37:17 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-05 10:37:17 -0500
commitf7d61e0f946c8390f6e84b1c326ec1f14e041b85 (patch)
treedf1db21dc5a0c47c98c2cb6a7651757cc31a00c2
parentef4ec79dabbdfe65d9691caf7e11dac616ab8f36 (diff)
fix: fixed error resolution on wsl command
-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']