Fix extra argument
This commit is contained in:
@@ -308,8 +308,7 @@ class WOSiteEditController(CementBaseController):
|
||||
Log.error(self, "service nginx reload failed. "
|
||||
"check issues with `nginx -t` command")
|
||||
else:
|
||||
Log.error(self, "nginx configuration file does not exists"
|
||||
.format(wo_domain))
|
||||
Log.error(self, "nginx configuration file does not exists")
|
||||
|
||||
|
||||
class WOSiteCreateController(CementBaseController):
|
||||
|
||||
Reference in New Issue
Block a user