Skip to content

Commit

Permalink
Fixed ascent clone path (#1434)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Mateevitsi <[email protected]>
  • Loading branch information
mvictoras and Victor Mateevitsi authored Dec 19, 2024
1 parent b054d6d commit 7c4d249
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 7c4d249

Please sign in to comment.