Skip to content

Commit 573d805

Browse files
committed
Correct path used for git clones
1 parent 6501137 commit 573d805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabgis/inasafe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def setup_inasafe():
3838
'pyflakes',
3939

4040
])
41-
code_path = os.path.join('home', env.user, 'dev', 'python')
41+
code_path = os.path.join('/home', env.user, 'dev', 'python')
4242

4343
update_git_checkout(
4444
code_path=code_path,

0 commit comments

Comments
 (0)