Skip to content

Commit

Permalink
Fixed ascent clone path
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Mateevitsi committed Dec 19, 2024
1 parent b054d6d commit 212e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ascent/build_ascent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ if [ ! -d ${ascent_install_dir} ]; then
if ${build_ascent}; then
if [ ! -d ${ascent_src_dir} ]; then
echo "**** Cloning Ascent"
git clone --recursive https://github.com/Alpine-DAV/ascent.git
git clone --recursive https://github.com/Alpine-DAV/ascent.git ${source_dir}/ascent
fi

echo "**** Configuring Ascent"
Expand Down

0 comments on commit 212e031

Please sign in to comment.