mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 10:25:21 +00:00
correct cmd line msg
This commit is contained in:
parent
24f69bb16f
commit
d97c82e5af
@ -97,7 +97,7 @@ program.command('run [env]').description('run dapp').action(function(env_) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log("command not available in meteor or manual mode yet");
|
console.log("command not available in meteor or manual mode yet");
|
||||||
console.log("try instead embark run");
|
console.log("try instead embark deploy; if using meteor then follow that with 'meteor'");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user