diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-10-07 07:04:41 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-10-07 07:04:41 -0600 |
| commit | a0b2901bc77b9537abfbd98a3858fa007b3226a9 (patch) | |
| tree | ad180f388c05686d20a93d03c9689845ba379d3f | |
| parent | 910d7fd656b9e957181732b36761449de5a970d1 (diff) | |
fix remote for snow repo to point at ololabs
| -rwxr-xr-x | ci/data/start_app.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/data/start_app.sh b/ci/data/start_app.sh index 029afe1..f0ad20f 100755 --- a/ci/data/start_app.sh +++ b/ci/data/start_app.sh @@ -2,7 +2,7 @@ mkdir -p ~/common-lisp/systems ~/opt cd ~/opt -git clone -b main git@ns:repos/snow.git +git clone -b main git@github.com:ololabs/snow.git git clone -b master git@github.com:ckonstanski/org-ckons-cljs.form.git git clone -b master git@github.com:ckonstanski/org-ckons-cljs.notifications git clone -b master git@github.com:ckonstanski/org-ckons-condition |
