Skip to content

Commit

Permalink
Update log, follow #390
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 14, 2024
1 parent 206d00f commit bd13c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setup_windows_terminals/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
}
err = os.MkdirAll(path.Join(appdataPath, "alacritty"), 0750)
if err != nil {
log.Fatalf("Failed to create path that will have alacritty.yml: %+v", err)
log.Fatalf("Failed to create path that will have alacritty.toml: %+v", err)
}
err = os.MkdirAll(path.Dir(pwshProfilePath), 0750)
if err != nil {
Expand Down

0 comments on commit bd13c78

Please sign in to comment.