Skip to content

Commit

Permalink
amrex: fix env file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith authored Aug 8, 2023
1 parent 1e5d8f5 commit e12f848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _lessons/amrex/lesson.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ cd track-5-numerical/amrex
```

7. Setup several environment variables and path by
sourcing the `amrex_setup_env.sh` script:
sourcing the `env_setup_amrex.sh` script:
```shell
source amrex_setup_env.sh
source env_setup_amrex.sh
```


Expand Down

0 comments on commit e12f848

Please sign in to comment.