Skip to content

Commit

Permalink
fix LF formating on files
Browse files Browse the repository at this point in the history
  • Loading branch information
ozarrouki committed Dec 10, 2024
1 parent 4fb5863 commit e196872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debug-backend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
if [ "$1" == "-h" ]; then
echo "Usage: ${BASH_SOURCE[0]} [plugin process name] [port]"
exit
Expand Down
2 changes: 1 addition & 1 deletion devenv/zas-agent/run_zas_agent.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash

# Run redis server first
# cd /zas/redis-3.2.9/src/
Expand Down
2 changes: 1 addition & 1 deletion docs/make-docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
# The source of this file is https://raw.githubusercontent.com/grafana/writers-toolkit/main/docs/make-docs.
# # `make-docs` procedure changelog
#
Expand Down

0 comments on commit e196872

Please sign in to comment.