Skip to content

Commit e50e02d

Browse files
authored
in create_gap_sh(dstdir), call expanduser(dstdir) (#1247)
1 parent 97ce797 commit e50e02d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setup.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Given a directory path, create three files in that directory:
245245
"""
246246
function create_gap_sh(dstdir::String; use_active_project::Bool=false)
247247

248+
dstdir = expanduser(dstdir)
248249
mkpath(dstdir)
249250

250251
if use_active_project

0 commit comments

Comments
 (0)