Skip to content

Commit 618fe09

Browse files
committed
fix: typo mistake
1 parent 65b6e54 commit 618fe09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/swiftwave-org/stats_ninja/service"
1717
)
1818

19-
var serviceName = "swiftwave_stats_ninja"
19+
var serviceName = "swiftwave-stats-ninja"
2020

2121
var serviceTemplate = `
2222
[Unit]
@@ -25,7 +25,7 @@ After=network.target
2525
2626
[Service]
2727
Type=simple
28-
ExecStart=/usr/bin/swiftwave_stats_ninja run
28+
ExecStart=/usr/bin/swiftwave-stats-ninja run
2929
Environment="SWIFTWAVE_STATS_NINJA_ENDPOINT={{.Endpoint}}" "SWIFTWAVE_STATS_NINJA_AUTH_TOKEN={{.AuthToken}}"
3030
Restart=on-failure
3131
RestartSec=10

0 commit comments

Comments
 (0)