diff --git a/main.go b/main.go index 700c1d0..67a725e 100644 --- a/main.go +++ b/main.go @@ -81,6 +81,10 @@ func main() { os.Exit(0) } + if runtime.GOOS == "windows" { + sep = "\\" + } + // Setup scaffold u, err := user.Current() ifFerr("Unable to get current user details", err)