Skip to content

Commit

Permalink
fix wrong repo URLs (#387)
Browse files Browse the repository at this point in the history
* fix wrong paths in url

* Update repository URL
  • Loading branch information
wkerzendorf committed Jan 18, 2024
1 parent d5853ba commit 1f649b9
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 429 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/carsus-data-repos-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
repo_path="$repo"
if [ ! -d $repo_path ] ; then
git clone https://github.com/s-rathi/$repo $repo_path
git clone https://github.com/tardis-sn/$repo $repo_path
else
cd $repo_path
git fetch
Expand Down
Loading

0 comments on commit 1f649b9

Please sign in to comment.