Skip to content

Commit

Permalink
Fix release issues (#166)
Browse files Browse the repository at this point in the history
* Fix SCS image registry in docs
* Fix submodule pointer to syslog-ng 3.24.1
  • Loading branch information
Ryan Faircloth authored and GitHub committed Oct 17, 2019
1 parent 27cbabe commit c4607c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After=network.service
Requires=network.service

[Service]
Environment="SC4S_IMAGE=splunk/sc4s:latest"
Environment="SC4S_IMAGE=splunk/scs:latest"

# Optional mount point for local overrides and configurations; see notes in docs

Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After=network.service
Requires=network.service

[Service]
Environment="SC4S_IMAGE=splunk/sc4s:latest"
Environment="SC4S_IMAGE=splunk/scs:latest"

# Optional mount point for local overrides and configurations; see notes in docs

Expand Down

0 comments on commit c4607c1

Please sign in to comment.