fix: Fix export command

This commit is contained in:
Sergio Gasquez 2023-10-11 12:32:23 +02:00 committed by Sergio Gasquez Arcos
parent 8d6cbdb9b2
commit 37a942512e

View File

@ -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()
);