diff options
Diffstat (limited to 'components/bootstrap-includes')
-rwxr-xr-x | components/bootstrap-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bootstrap-includes b/components/bootstrap-includes index f02235ada..57cecb5e2 100755 --- a/components/bootstrap-includes +++ b/components/bootstrap-includes @@ -74,7 +74,7 @@ def main(): # includes if not glob.glob('config/includes/*') and not glob.glob('config/includes/.*') and not glob.glob('config/includes.bootstrap/*') and not glob.glob('config/includes.bootstrap/.*'): if verbose: - print ('I: no bootstrap includes found at config/includes.bootstrap - nothing to do') + print ('I: no bootstrap includes found at config/includes{,.bootstrap} - nothing to do') sys.exit(0) |