Skip to content

Commit

Permalink
Fix recursive-->recurse typo in osx install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Jun 12, 2024
1 parent a287395 commit 060eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo mkdir -p /etc/xrootd/client.plugins.d/
sudo cp release_dir/etc/xrootd/client.plugins.d/pelican-plugin.conf /etc/xrootd/client.plugins.d/
popd

git clone --recursive-submodules --branch v0.1.3 https://github.com/PelicanPlatform/xrootd-s3-http.git
git clone --recurse-submodules --branch v0.1.3 https://github.com/PelicanPlatform/xrootd-s3-http.git
pushd xrootd-s3-http
git checkout v0.1.3
mkdir build
Expand Down

0 comments on commit 060eee9

Please sign in to comment.