Skip to content

Commit

Permalink
fix: Fix export command
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 11, 2023
1 parent 8d6cbdb commit 37a9425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
Expand Down

0 comments on commit 37a9425

Please sign in to comment.