mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 21:30:47 +00:00
fix: Fix export command
This commit is contained in:
parent
8d6cbdb9b2
commit
37a942512e
@ -99,7 +99,7 @@ pub fn export_environment(export_file: &Path) -> Result<(), Error> {
|
|||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
if cfg!(unix) {
|
if cfg!(unix) {
|
||||||
warn!(
|
warn!(
|
||||||
"{} Please, set up the environment variables by running: ' {}'",
|
"{} Please, set up the environment variables by running: '. {}'",
|
||||||
emoji::INFO,
|
emoji::INFO,
|
||||||
export_file.display()
|
export_file.display()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user