Skip to content

Commit

Permalink
Revert "2024-08-13/01: new title"
Browse files Browse the repository at this point in the history
This reverts commit 317eb37.
  • Loading branch information
thiagokokada committed Aug 15, 2024
1 parent 19a7ee1 commit 88f64d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion 2024-08-13/01-abusing-makefiles-for-fun-and-profit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Why you should automate tasks, or abusing Makefiles for fun and profit
# Abusing Makefiles for fun and profit

If you are following this blog for a while, it should be no surprise that most
of the workflow in this blog is [automated using
Expand Down
2 changes: 0 additions & 2 deletions blog.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ func getAndValidateSlug(mdFilename, title string) (string, error) {
knownBrokenFilenames := []string{
// Typo, should be "troubleshooting"
"01-troubleshoting-zsh-lag-and-solutions-with-nix.md",
// Title updated on 2024-08-14
"01-abusing-makefiles-for-fun-and-profit.md",
}

if filenameSlug != titleSlug && !slices.Contains(knownBrokenFilenames, mdFilename) {
Expand Down

0 comments on commit 88f64d9

Please sign in to comment.