mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixing typo in deploy
This commit is contained in:
parent
6792bee11d
commit
41e41320c2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def deploy():
|
|||
# copy built branches to current dir
|
||||
os.system("ls")
|
||||
|
||||
os.system(f"mdkir {latest_version}")
|
||||
os.system(f"mkdir {latest_version}")
|
||||
|
||||
os.system("cp -Rf build/html/* {latest_version}/")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue