mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
use relative path when creating docs
This commit is contained in:
parent
956b2734f4
commit
c8adaa920a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ func main() {
|
|||
for lang := range i18n.GetTranslationSets() {
|
||||
os.Setenv("LC_ALL", lang)
|
||||
mApp, _ := app.NewApp(mConfig)
|
||||
file, err := os.Create(getProjectRoot() + "/docs/keybindings/Keybindings_" + lang + ".md")
|
||||
file, err := os.Create("./docs/keybindings/Keybindings_" + lang + ".md")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue