Skip to content

Commit 6760f29

Browse files
author
gau1991
committed
Fixed small typo
1 parent 92cfd98 commit 6760f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/cli/plugins/stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ def post_pref(self, apt_packages, packages):
205205
if not (os.path.isfile('/etc/nginx/common/wpfc.conf')):
206206
# Change EasyEngine Version in nginx.conf file
207207
EEFileUtils.searchreplace(self, "/etc/nginx/nginx.conf",
208-
"\"# add_header\"",
209-
"\"add_header\"")
208+
"# add_header",
209+
"add_header")
210210

211211
EEFileUtils.searchreplace(self, "/etc/nginx/nginx.conf",
212212
"\"EasyEngine\"",

0 commit comments

Comments
 (0)