Skip to content

Commit 2d772a9

Browse files
authored
Merge pull request #13 from CEED/raja/branch-fix
RAJA: fix branch name: master->main
2 parents 81e3b4e + 61d155a commit 2d772a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-builders/raja.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function raja_clone()
3636
{
3737
pkg_repo_list=("[email protected]:LLNL/raja.git"
3838
"https://github.com/LLNL/raja.git")
39-
pkg_git_branch="master"
39+
pkg_git_branch="main"
4040
cd "$pkg_sources_dir" || return 1
4141
if [[ -d "$pkg_src_dir" ]]; then
4242
update_git_package

0 commit comments

Comments
 (0)