1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

docs: blob.md neq -> ne (#4991)

I was looking at this example and looking at the text/template docs, and
I got confused.
Turns out there is no `neq` function available.
This commit is contained in:
Carl Tashian 2024-07-12 09:46:10 -07:00 committed by GitHub
parent 2e9eefb5b9
commit ff33256b6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ blobs:
# Whether to disable this particular upload configuration.
#
# Templates: allowed.
disable: '{{ neq .BLOB_UPLOAD_ONLY "foo" }}'
disable: '{{ ne .BLOB_UPLOAD_ONLY "foo" }}'
# You can add extra pre-existing files to the bucket.
#