summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/skeleton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skeleton.py b/tools/skeleton.py
index 28a60a9..1e630bf 100755
--- a/tools/skeleton.py
+++ b/tools/skeleton.py
@@ -171,7 +171,7 @@ def update_index_html(name, description, website):
(_, tmp_index_html) = tempfile.mkstemp()
with open(tmp_index_html, 'wt') as f:
f.write(index_html)
- os.rename(tmp_index_html, 'docs/index.html')
+ shutil.move(tmp_index_html, 'docs/index.html')
def make_skeleton(
name,