Skip to content

Commit e196872

Browse files
committed
fix LF formating on files
1 parent 4fb5863 commit e196872

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debug-backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22
if [ "$1" == "-h" ]; then
33
echo "Usage: ${BASH_SOURCE[0]} [plugin process name] [port]"
44
exit

devenv/zas-agent/run_zas_agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
# Run redis server first
44
# cd /zas/redis-3.2.9/src/

docs/make-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh
22
# The source of this file is https://raw.githubusercontent.com/grafana/writers-toolkit/main/docs/make-docs.
33
# # `make-docs` procedure changelog
44
#

0 commit comments

Comments
 (0)