mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fix: correct the spelling of "snapshotting" (#1450)
Small and relatively insignificant change, but the correct spelling is with two "t's" Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a209ec580
commit
daa4501568
@ -1,4 +1,4 @@
|
||||
// Package snapshot provides the snapshoting functionality to goreleaser.
|
||||
// Package snapshot provides the snapshotting functionality to goreleaser.
|
||||
package snapshot
|
||||
|
||||
import (
|
||||
@ -14,7 +14,7 @@ import (
|
||||
type Pipe struct{}
|
||||
|
||||
func (Pipe) String() string {
|
||||
return "snapshoting"
|
||||
return "snapshotting"
|
||||
}
|
||||
|
||||
// Default sets the pipe defaults
|
||||
|
Loading…
x
Reference in New Issue
Block a user