mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +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)]
|
||||
if cfg!(unix) {
|
||||
warn!(
|
||||
"{} Please, set up the environment variables by running: ' {}'",
|
||||
"{} Please, set up the environment variables by running: '. {}'",
|
||||
emoji::INFO,
|
||||
export_file.display()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user