Skip to content

Commit

Permalink
Merge pull request #13 from danBamikiya/global-cli-availability
Browse files Browse the repository at this point in the history
Fix: allow extension remove agoric command from path
  • Loading branch information
danBamikiya authored Mar 21, 2023
2 parents 492d4b5 + a8fc2d9 commit b185d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class AgoricTerminal {
// remove command from temporary path
this.consoleTerminal?.sendText(`rm -rf ~/bin/agoric`)
// remove command from permanent path
this.consoleTerminal?.sendText(`rm -rf /usr/local/bin/agoric`)
this.consoleTerminal?.sendText(`sudo rm -rf /usr/local/bin/agoric`)
}

/* Remove any other related path that may obstruct the setup */
Expand Down

0 comments on commit b185d69

Please sign in to comment.