Skip to content

Commit

Permalink
Merge pull request #638 from ckipp01/not
Browse files Browse the repository at this point in the history
fix: show correct coursier message if not installed
  • Loading branch information
ckipp01 authored Jan 7, 2024
2 parents 1e269f1 + c40a7f7 commit e7241e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/metals/install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ local function install_or_update(sync)

local coursier_exe = conf.check_for_coursier()
if not coursier_exe then
log.error_and_show(messages.coursier_installed)
log.error_and_show(messages.coursier_not_installed)
return
end

Expand Down

0 comments on commit e7241e2

Please sign in to comment.