Skip to content

Commit 94ccfeb

Browse files
committed
fix: lint error
1 parent 9bc0e2c commit 94ccfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/docker/service/nakama.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func Nakama(cfg *config.Config) Service {
102102
Entrypoint: []string{
103103
"/bin/sh",
104104
"-ec",
105-
fmt.Sprintf(`/nakama/nakama migrate up --database.address %s && /nakama/nakama --database.address %s --config /nakama/data/local.yml --socket.outgoing_queue_size=64 --logger.level INFO --metrics.prometheus_port %d`,
105+
fmt.Sprintf(`/nakama/nakama migrate up --database.address %s && /nakama/nakama --database.address %s --config /nakama/data/local.yml --socket.outgoing_queue_size=64 --logger.level INFO --metrics.prometheus_port %d`, //nolint:lll
106106
databaseAddress,
107107
databaseAddress,
108108
prometheusPort,

0 commit comments

Comments
 (0)