gitarsenal-cli 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -2213,7 +2213,7 @@ def fetch_setup_commands_from_api(repo_url):
|
|
2213
2213
|
import shutil
|
2214
2214
|
import json
|
2215
2215
|
|
2216
|
-
api_url = "http://
|
2216
|
+
api_url = "http://git-arsenal.vercel.app/api/analyze-with-gitingest"
|
2217
2217
|
|
2218
2218
|
print(f"🔍 Fetching setup commands from API for repository: {repo_url}")
|
2219
2219
|
|