add missing command on a log in Windows

This commit is contained in:
Nacho Codoñer
2024-03-14 17:45:49 +01:00
parent 335863345c
commit 113781dc6c

View File

@@ -316,7 +316,7 @@ function showGettingStarted() {
const exportCommand = `export PATH=${meteorPath}:$PATH`;
const runCommand = isWindows()
? `set path "${meteorPath}/;%path%`
? `set path "${meteorPath}/;%path%"`
: exportCommand;
const message = `
***************************************