Switch branch references from master to main

Connected to #1349
This commit is contained in:
2022-04-21 16:14:27 -04:00
parent 850cf82509
commit 7c50be3d7c
7 changed files with 10 additions and 10 deletions

2
app.go
View File

@@ -12,7 +12,7 @@ import (
)
var (
changeLogURL = "https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md"
changeLogURL = "https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md"
appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL)
contactSysadmin = "This is an error in the application. Please contact the distributor of this application if this is not you."
errInvalidActionType = NewExitError("ERROR invalid Action type. "+