Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notecard/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var version = "development"

// JSON schema control variables
var validateJSON bool = false
var jsonSchemaUrl string = "https://raw.githubusercontent.com/blues/notecard-schema/master/notecard.api.json"
var jsonSchemaUrl string = "https://github.com/blues/notecard-schema/releases/latest/download/notecard.api.json"

// getFlagGroups returns the organized flag groups
func getFlagGroups() []lib.FlagGroup {
Expand Down