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:
parent
2e9eefb5b9
commit
ff33256b6a
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user