chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com> Co-authored-by: Michael Neale <michael.neale@gmail.com> continuing migration to aaif
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
# Supported Architectures: x86_64
|
||||
#
|
||||
# Usage:
|
||||
# Invoke-WebRequest -Uri "https://github.com/block/goose/releases/download/stable/download_cli.ps1" -OutFile "download_cli.ps1"; .\download_cli.ps1
|
||||
# Invoke-WebRequest -Uri "https://github.com/aaif-goose/goose/releases/download/stable/download_cli.ps1" -OutFile "download_cli.ps1"; .\download_cli.ps1
|
||||
# Or simply: .\download_cli.ps1
|
||||
#
|
||||
# Environment variables:
|
||||
@@ -24,7 +24,7 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
# --- 1) Variables ---
|
||||
$REPO = "block/goose"
|
||||
$REPO = "aaif-goose/goose"
|
||||
$OUT_FILE = "goose.exe"
|
||||
|
||||
# Set default bin directory if not specified
|
||||
|
||||
Reference in New Issue
Block a user