Skip to content

Commit

Permalink
Change GitHubMainLocation to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kavir1698 committed Apr 11, 2024
1 parent 6f0f77b commit 0a139a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasetUtils/checkForServiceAvailability.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type ServiceAvailability struct {
Qa OverallAvailability
}

var GitHubMainLocation = "https://raw.githubusercontent.com/paulscherrerinstitute/scicat-cli/main"
var GitHubMainLocation = "https://raw.githubusercontent.com/paulscherrerinstitute/scicat-cli/service-availability"

// CheckForServiceAvailability checks the availability of the dataset ingestor service.
// It fetches a YAML file from GitHubMainLocation, parses it, and logs the service availability status.
Expand Down

0 comments on commit 0a139a5

Please sign in to comment.