Commit f238b324 authored by Denis Bilenko's avatar Denis Bilenko

make_dist.py: fix a typo

parent b82d15ea
......@@ -118,7 +118,7 @@ def _make_dist(version='dev', fast=False, revert=False):
copy(dist_path, join(website_dist_dir, dist_filename))
if not exists(join(basedir, 'dist')):
os.makedir(join(basedir, 'dist'))
os.mkdir(join(basedir, 'dist'))
copy(dist_path, join(basedir, 'dist', dist_filename))
return dist_path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment