Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 6, 2024
1 parent bc2428f commit fa5ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/winit-conf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func provisioners() []provisioner {
}
err = os.MkdirAll(filepath.Join(homePath, ".config", "whkd"), dirPerm)
if err != nil {
log.Fatalf("Failed to create GlazeWM dotfiles directory: %+v", err)
log.Fatalf("Failed to create whkd dotfiles directory: %+v", err)
}

return []provisioner{
Expand Down

0 comments on commit fa5ca72

Please sign in to comment.