diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 61be5a8b..abf9498c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,3 +7,4 @@ Gaute Berge (gauteab) Dimitri B. (BendingBender) pushfoo mbartlett21 +Patrick Bollinger (pjbollinger) diff --git a/compiler/src/Reporting/Error/Import.hs b/compiler/src/Reporting/Error/Import.hs index 44ac47fd..adcf3d8e 100644 --- a/compiler/src/Reporting/Error/Import.hs +++ b/compiler/src/Reporting/Error/Import.hs @@ -72,7 +72,7 @@ toReport source (Error region name unimportedModules problem) = D.fromChars (Pkg.toChars dependency), "package?", "Running", - D.green (D.fromChars ("gren install " ++ Pkg.toChars dependency)), + D.green (D.fromChars ("gren package install " ++ Pkg.toChars dependency)), "should", "make", "it",