Skip to content

Commit

Permalink
Update ddc_sync
Browse files Browse the repository at this point in the history
Correct DDC location in ddc_sync script

See merge request gysela-developpers/gyselalibxx!430

--------------------------------------------
  • Loading branch information
EmilyBourne committed Apr 2, 2024
1 parent eabafe5 commit 7be56cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ddc_sync
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd "$(dirname "$0")"
cd ..

rm -rf vendor/ddc
git clone --depth 1 https://github.com/Maison-de-la-Simulation/ddc.git vendor/ddc
git clone --depth 1 https://github.com/CExA-project/ddc.git vendor/ddc
rm -rf vendor/ddc/.git

if [ '(' "x$1" = "x--push" -o "x$1" = "x--commit" ')' -a -n "$(git status --porcelain)" ]
Expand Down

0 comments on commit 7be56cc

Please sign in to comment.