Skip to content
Snippets Groups Projects
Commit 72fe2fd0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

Merge branch 'master' into henrietta

parents 8dc3c56f a983d711
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ if __name__ == '__main__':
if '---' in readme:
readme = readme[:readme.index('---')]
readme = readme + ['', '---', '', 'Usage in Vagrantfile:', '```',
readme = readme + ['---', '', 'Usage in Vagrantfile:', '```',
'config.vm.box = "'+PREFIX+box+'"',
'config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/'+box+'.box"',
'```']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment