Skip to content

Commit

Permalink
check the way to switch pull request patch in install_apps.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Aug 17, 2024
1 parent c1fb4da commit c198589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_apps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [[ "${OS_NAME}" == "rocky" ]]; then
pushd splint || exit
# Bison 3.7
# https://github.com/splintchecker/splint/pull/26
git pull origin pull/26/head
git fetch origin pull/26/head
autoreconf -i -v -f || exit
else
printf "\n";
Expand Down

0 comments on commit c198589

Please sign in to comment.