Skip to content

Commit

Permalink
fixes for new arches in release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpaulbishop committed May 31, 2023
1 parent 97d7a84 commit 207b44f
Show file tree
Hide file tree
Showing 2 changed files with 709 additions and 28 deletions.
2 changes: 1 addition & 1 deletion dev-utils/do_release.sh
Expand Up @@ -60,7 +60,7 @@ if [ -z "$gargoyle_checkout_branchname" ] ; then
fi
mkdir src
cd src
git clone git://github.com/ericpaulbishop/gargoyle.git
git clone https://github.com/ericpaulbishop/gargoyle.git
cd gargoyle
git checkout "$gargoyle_checkout_branchname"
cd ..
Expand Down

0 comments on commit 207b44f

Please sign in to comment.