Skip to content

Commit

Permalink
DRAFT: check_site: reword as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
bobidle committed Apr 21, 2019
1 parent c23f470 commit 38a10d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/check_site.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,11 @@ function obsolete(path, msg)
end

if not msg then
msg = 'and must be migrated or removed, check the release notes and documentation please'
msg = 'Please remove or migrate it, check the release notes and documentation for details.'

end

config_error(conf_src(path), '%s is obsolete %s', path_to_string(path), msg)
config_error(conf_src(path), '%s is obsolete. %s', path_to_string(path), msg)
end

local check = assert(loadfile())
Expand Down

0 comments on commit 38a10d5

Please sign in to comment.