Skip to content

Commit

Permalink
Merge pull request #127 from abobov/main
Browse files Browse the repository at this point in the history
Update shell alias command
  • Loading branch information
mike-solomon authored Sep 3, 2024
2 parents 3062b60 + a0ed5eb commit b08e438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mod() {
Add the following to your `.bashrc` or `.zshrc` file:

```bash
alias mod=java -jar /path/to/mod.jar"$@"
alias mod="java -jar /path/to/mod.jar"
```
{% endtab %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod() {
Add the following to your `.bashrc` or `.zshrc` file:

```bash
alias mod=java -jar /path/to/mod.jar"$@"
alias mod="java -jar /path/to/mod.jar"
```
{% endtab %}

Expand Down
2 changes: 1 addition & 1 deletion user-documentation/workshops/air-gapped-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mod() {
Add the following to your `.bashrc` or `.zshrc` file:

```bash
alias mod=java -jar /path/to/mod.jar"$@"
alias mod="java -jar /path/to/mod.jar"
```
{% endtab %}

Expand Down

0 comments on commit b08e438

Please sign in to comment.