Skip to content

Commit c40a7f7

Browse files
committed
fix: show correct coursier message if not installed
1 parent 1e269f1 commit c40a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/metals/install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ local function install_or_update(sync)
110110

111111
local coursier_exe = conf.check_for_coursier()
112112
if not coursier_exe then
113-
log.error_and_show(messages.coursier_installed)
113+
log.error_and_show(messages.coursier_not_installed)
114114
return
115115
end
116116

0 commit comments

Comments
 (0)