Skip to content

Commit a01e088

Browse files
author
gau1991
committed
Improved Messages
1 parent d6346d7 commit a01e088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/cli/plugins/site.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def default(self):
466466
if data and self.app.pargs.hhvm:
467467
if (not self.app.pargs.experimental):
468468
Log.info(self, "HHVM is experimental feature and it may not"
469-
"work with all plugins all your site.\nYou can "
469+
"work with all plugins of your site.\nYou can "
470470
"disable it by passing --hhvm=off later.\nDo you wish"
471471
" to enable HHVM now for {0}?".format(ee_domain))
472472

@@ -1013,7 +1013,7 @@ def doupdatesite(self, pargs):
10131013
if pargs.hhvm == "on":
10141014
if (not pargs.experimental):
10151015
Log.info(self, "HHVM is experimental feature and it may not"
1016-
" work with all plugins all your site.\nYou can "
1016+
" work with all plugins of your site.\nYou can "
10171017
"disable it by passing --hhvm=off later.\nDo you wish"
10181018
" to enable HHVM now for {0}?".format(ee_domain))
10191019

0 commit comments

Comments
 (0)