1
0
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:
Lee Briggs 2020-04-17 07:08:34 -07:00 committed by GitHub
parent 8a209ec580
commit daa4501568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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