Skip to content

Commit 2f2b32a

Browse files
committed
PR review changes
1 parent 8f9a014 commit 2f2b32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ docker-refresh: docker-remove docker-start
7777

7878
.PHONY: docker-splunk-restart
7979
docker-splunk-restart:
80-
docker exec -it splunk-instance sh -c '/opt/splunk/bin/splunk restart'
80+
docker exec -it splunk sh -c '/opt/splunk/bin/splunk restart'
8181

8282
.PHONY: docker-tail-python-log
8383
docker-tail-python-log:
84-
docker exec splunk-instance tail /opt/splunk/var/log/splunk/python.log
84+
docker exec splunk sudo tail /opt/splunk/var/log/splunk/python.log

0 commit comments

Comments
 (0)