Skip to content

Commit

Permalink
Create draft PR for #518 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac authored Jan 15, 2025
1 parent f8a8ce4 commit 9fc56bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/check_requisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $headers = @{
"Accept" = "application/vnd.github.package-preview+json"
}

$feedUrl = "https://nuget.pkg.github.com/ix-ax/index.json"
$feedUrl = "https://nuget.pkg.github.com/inxton/index.json"

# Check if the feed is added
$isFeedAlreadyAdded = $false;
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/check_requisites_nuget.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feedUrl="https://nuget.pkg.github.com/ix-ax/index.json"
feedUrl="https://nuget.pkg.github.com/inxton/index.json"

export GREEN='\033[0;32m'
export RED='\033[0;31m'
Expand Down

0 comments on commit 9fc56bb

Please sign in to comment.