Skip to content

Commit

Permalink
forgot to update one copy_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed Feb 4, 2012
1 parent ccb53b4 commit ce7d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def pull():
#copy the project from mapbox to osm-bright
sanitized_name = re.sub("[^\w]", "", config["name"])
output_dir = join(config["path"], sanitized_name)
copytree(output_dir, "osm-bright")
copy_tree(output_dir, "osm-bright")

#load the project file
project = loads(open(join("osm-bright", "project.mml")))
Expand Down

0 comments on commit ce7d2e7

Please sign in to comment.