Skip to content

Commit a9e9d1a

Browse files
authored
Merge pull request #979 from cmu-delphi/ds/fix-makefile
Fix Makefile grep command and package-lock.json
2 parents 92e0027 + fd05973 commit a9e9d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/local/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ db:
113113

114114
@# Block until DB is ready
115115
@while true; do \
116-
sed -n '/Temporary server stopped/,/mysqld: ready for connections/p' $(LOG_DB) | grep "ready for connections" && break; \
116+
sed -n '/mysqld: ready for connections/p' $(LOG_DB) | grep "ready for connections" && break; \
117117
tail -1 $(LOG_DB); \
118118
sleep 1; \
119119
done

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)