Skip to content

Commit 2e31d09

Browse files
committed
Fix whitespace in others
1 parent 59daf72 commit 2e31d09

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ venv/
1010
# volumes
1111
# + + + + + + + + + + + + + + + + + + + +
1212
_monitor-export
13-

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ docs/.sass-cache
2626
docs/vendor
2727
monitor.log
2828
monitor.pid
29-
output.json
29+
output.json

build/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ echo
3434
echo "--> Creating archives"
3535
tar cjf "${BUILDDIR}.tar.gz" "$BUILDDIR"
3636
zip -r "${BUILDDIR}.zip" "$BUILDDIR"
37-

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ services:
2323
restart: always
2424

2525
volumes:
26-
http-content:
26+
http-content:

monitor.sql

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ monitor_host varchar(50),
1515
monitor_name varchar(50),
1616
monitor_result int,
1717
monitor_info varchar(255));
18-

0 commit comments

Comments
 (0)