From 2ffe1737f06db4ce89a21b2b5238f3ad76c94bca Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Sat, 18 Jun 2022 23:22:57 +0200 Subject: [PATCH] fix(install): Have fixed a spacing issue in output (#4082) fix(install): Have fixed a spacing issue in outpu Have fixed a minor spacing issue in the help output of the install script. --- install/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 5243290d..b100b9eb 100755 --- a/install/install.sh +++ b/install/install.sh @@ -359,7 +359,7 @@ print_install() { Typically the path is ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix." \ "Invoke-Expression (&starship init powershell)" - printf " %s\n You need to use Clink (v1.2.30+) with Cmd. Add the following to a file %s and place this file in Clink scripts directory:\n\n\t%s\n\n" \ + printf " %s\n You need to use Clink (v1.2.30+) with Cmd. Add the following to a file %s and place this file in Clink scripts directory:\n\n\t%s\n\n" \ "${BOLD}${UNDERLINE}Cmd${NO_COLOR}" \ "${BOLD}starship.lua${NO_COLOR}" \ "load(io.popen('starship init cmd'):read(\"*a\"))()" @@ -515,4 +515,3 @@ printf '\n' info "Please follow the steps for your shell to complete the installation:" print_install -