Skip to content

Commit ecddae2

Browse files
update comments in makefile
1 parent 85cf2c3 commit ecddae2

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
@@ -199,8 +199,8 @@ TEST_MSSQL_DBNAME ?= gitea
199199
TEST_MSSQL_USERNAME ?= sa
200200
TEST_MSSQL_PASSWORD ?= MwantsaSecurePassword1
201201

202-
# Include local personalizations
203-
# Makefile.local is gitignored
202+
# Include local Makefile
203+
# Makefile.local is listed in .gitignore
204204
sinclude Makefile.local
205205

206206
.PHONY: all

0 commit comments

Comments
 (0)