Skip to content

Commit

Permalink
Changed branch back to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stiggy87 committed Feb 13, 2025
1 parent 3e5a901 commit dc281ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/sites/tier2/aws-rocky8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exit
```bash
# if in sudo su -
cd /opt
git clone -b release/1.9.0 --recursive https://github.com/jcsda/spack-stack.git
git clone -b develop --recursive https://github.com/jcsda/spack-stack.git
```

## Install Steps by Compiler
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier2/aws-ubuntu2404/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ EXIT;

```bash
cd /opt
sudo git clone -b release/1.9.0 --depth 1 --recursive https://github.com/jcsda/spack-stack.git
sudo git clone -b develop --depth 1 --recursive https://github.com/jcsda/spack-stack.git
```

## Install Spack-Stack Steps by Compiler
Expand Down

0 comments on commit dc281ed

Please sign in to comment.