Skip to content

Commit 1b2b515

Browse files
committed
Merge pull request #10 from assefay/master
Correct path used for git clones
2 parents 6501137 + 573d805 commit 1b2b515

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)