Skip to content

Commit

Permalink
Update shared asset repository URL in ecosystems rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 26, 2025
1 parent deb08d4 commit 38e2e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/ecosystems.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace :ecosystems do
task :update_shared_assets do
shared_asset_repo = "https://github.com/ecosyste-ms/advisories"
shared_asset_repo = "https://github.com/ecosyste-ms/documentation"
branch = "main"
temp_dir = "tmp/ecosystems_assets"
ecosystems_rake_path = "lib/tasks/ecosystems.rake"
Expand Down

0 comments on commit 38e2e63

Please sign in to comment.