pull/6727/head
Michael 5 years ago committed by Xavier Claessens
parent 2f080b1f2e
commit 79d04cebf7
  1. 2
      mesonbuild/minit.py

@ -228,7 +228,7 @@ def run(options) -> int:
Here we generate the new Meson sample project.
'''
if not Path(options.wd).exists():
sys.exit('Project source root directory not found. Run this command in build directory root.')
sys.exit('Project source root directory not found. Run this command in source directory root.')
os.chdir(options.wd)
if not glob('*'):

Loading…
Cancel
Save