From 88d228ad07c1342a5be66484d88233d4f5059a65 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 4 Jan 2023 15:53:12 +0100 Subject: [PATCH] fix typo (#39) #### :book: Summary - fix typo in message for extension install. #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/39 --- arkanum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkanum b/arkanum index 34c5f17..cff3b53 100755 --- a/arkanum +++ b/arkanum @@ -147,7 +147,7 @@ function instCodeExtension() { rm -f /tmp/eamodio.gitlens-13.1.1.vsix # OneDarkPro - say "Downloading 'One Dark Pro' theme..." "V" + say "Downloading 'One Dark Pro' theme..." "Extension" curl -fsSL https://open-vsx.org/api/zhuangtongfa/material-theme/3.15.6/file/zhuangtongfa.material-theme-3.15.6.vsix -o /tmp/zhuangtongfa.material-theme-3.15.6.vsix say "Installing 'One Dark Pro' theme..." "Extension" install-extension /tmp/zhuangtongfa.material-theme-3.15.6.vsix