From f64d1a0efd2a34fcfbf97fc73fd1aeecd747f47d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 14 Apr 2023 20:02:57 +0200 Subject: [PATCH] Adapt message --- install.ps1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index f2cbd17..90629ae 100644 --- a/install.ps1 +++ b/install.ps1 @@ -99,5 +99,11 @@ ensure_in_path("$deps_clj_dir") Write-Output "Cleaning up..." Remove-Item "$tmp_zip_file" -Write-Output "Succesfully installed deps.exe." +if (${as-clj}) { + Write-Output "Succesfully installed clojure.exe." +} +else { + Write-Output "Successfully installed deps.exe." +} + Write-Output "Restart cmd.exe for changes to the path to take effect."