Skip to content

Commit

Permalink
Update Term.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
anmdotdev authored Jan 16, 2024
1 parent f9daf4a commit 2d86bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Term.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class Term {
await exec(`git checkout -f ${branch}`);
}

await exec(`source .bashrc`)
await exec(`source .bashprofile`)
await exec(`source ~/.bashrc`)
await exec(`source ~/.bash_profile`)

if (skipStep !== INSTALL_STEP && skipStep !== BUILD_STEP) {
await exec(`${manager} install`, [], {
Expand Down

0 comments on commit 2d86bee

Please sign in to comment.