Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos Bonic committed Jul 30, 2024
1 parent 3bd8529 commit 099c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type MirrorConfig struct {
// artifacts should not be cached. A duration of -1 means that artifacts should be cached indefinitely.
ArtifactCacheTimeout time.Duration `json:"artifact_cache_timeout"`

//GPGKey is the ASCII-armored key to verify downloaded artifacts against. This is only needed in standalone mode.
// GPGKey is the ASCII-armored key to verify downloaded artifacts against. This is only needed in standalone mode.
GPGKey string `json:"gpg_key"`
}

Expand Down

0 comments on commit 099c832

Please sign in to comment.