1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-07 13:08:12 +02:00

style(gci): apply new flag name

This commit is contained in:
Niko Köser 2022-08-04 15:27:10 +02:00
parent 2ea57d6624
commit 17561777d4
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -32,7 +32,7 @@ fmt:
@gofumpt -w -l .
@go install github.com/daixiang0/gci@latest
@gci write --Section Standard --Section Default --Section "Prefix(github.com/nikoksr/notify)" .
@gci write --section Standard --section Default --section "Prefix(github.com/nikoksr/notify)" .
.PHONY: fmt