mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-15 05:02:24 +02:00
Merge 95cfeb0ab9
into c64e8f276a
This commit is contained in:
commit
68b2efc03d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var _os = OS.get_name()
|
||||||
|
|
||||||
func _init():
|
func _init():
|
||||||
# Create required directories and move into the tmp directory.
|
# Create required directories and move into the tmp directory.
|
||||||
_cwd = "/tmp"
|
_cwd = OS.get_user_data_dir() + "/tmp"
|
||||||
run("mkdir -p '%s/repos'" % game.tmp_prefix)
|
run("mkdir -p '%s/repos'" % game.tmp_prefix)
|
||||||
_cwd = game.tmp_prefix
|
_cwd = game.tmp_prefix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue