Skip to content

Commit

Permalink
Fix message to match script name
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 18, 2020
1 parent 0f3f5fa commit fa10206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
environment variable. Next time you log in this will be done
automatically.
To configure your current shell run `source {cargo_home}/env`
To configure your current shell run `source {cargo_home}/env.sh`
"
};
}
Expand All @@ -184,7 +184,7 @@ macro_rules! post_install_msg_unix_no_modify_path {
To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
environment variable.
To configure your current shell run `source {cargo_home}/env`
To configure your current shell run `source {cargo_home}/env.sh`
"
};
}
Expand Down

0 comments on commit fa10206

Please sign in to comment.