Skip to content

Commit 6f6661a

Browse files
authored
fix echocat#107 missing @ in description
1 parent 15dfb56 commit 6f6661a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/systemd/sentinel.service.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Redis Sentinel <%= sentinel_name %>
2+
Description=Redis Sentinel <%= @sentinel_name %>
33
After=network.target
44

55
[Service]

0 commit comments

Comments
 (0)