Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
mtojek committed Apr 7, 2023
commit a2e8b76b592581dae86b3892b4f6443c9ef0c348
2 changes: 1 addition & 1 deletion scripts/clidocgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func prepareEnv() {
if err != nil {
panic(err)
}
_ = os.Setenv("CLIDOCGEN_CONFIG_DIRECTORY", "~/.config/coderv2")
err = os.Setenv("CLIDOCGEN_CONFIG_DIRECTORY", "~/.config/coderv2")
if err != nil {
panic(err)
}
Expand Down