Skip to content

Commit e7241e2

Browse files
authored
Merge pull request #638 from ckipp01/not
fix: show correct coursier message if not installed
2 parents 1e269f1 + c40a7f7 commit e7241e2

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)