Skip to content

Commit

Permalink
Adapt message
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 14, 2023
1 parent 3f5a59e commit f64d1a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit f64d1a0

Please sign in to comment.