diff --git a/cli/trust/trust.go b/cli/trust/trust.go index bb7e597aa5..65beb3aa4e 100644 --- a/cli/trust/trust.go +++ b/cli/trust/trust.go @@ -40,10 +40,11 @@ var ( ActionsPullOnly = []string{"pull"} // ActionsPushAndPull defines the actions for read-write interactions with a Notary Repository ActionsPushAndPull = []string{"pull", "push"} - // NotaryServer is the endpoint serving the Notary trust server - NotaryServer = "https://notary.docker.io" ) +// NotaryServer is the endpoint serving the Notary trust server +const NotaryServer = "https://notary.docker.io" + // GetTrustDirectory returns the base trust directory name func GetTrustDirectory() string { return filepath.Join(config.Dir(), "trust")