Skip to content

Commit

Permalink
change: set initial value to path relative to current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
corrupt952 committed Sep 3, 2024
1 parent 9d56191 commit 418e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ command = "echo 'hello'"`)
attach := true
err = tmpl.Execute(&buf, &config.Config{
Name: directory,
Root: currentPath,
Root: ".",
Attach: &attach,
Windows: []config.Window{},
})
Expand Down

0 comments on commit 418e56f

Please sign in to comment.