perf: ️ Improve source command

This commit is contained in:
Sergio Gasquez 2022-10-06 10:08:52 +00:00
parent ae707d5aac
commit e3ed3d3d69

View File

@ -297,7 +297,7 @@ pub fn export_environment(export_file: &PathBuf, exports: &[String]) -> Result<(
);
#[cfg(unix)]
info!(
"{} PLEASE set up the environment variables running: '. {}'",
"{} PLEASE set up the environment variables running: '. ./{}'",
emoji::INFO,
export_file.display()
);