Skip to content

Commit

Permalink
Actually used my generator and found a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danott committed Mar 24, 2024
1 parent bcfcbbd commit 3db24f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ task :generate do
MARKDOWN

FileUtils.mkdir_p(File.dirname(filename))
File.write(filename, content) unless File.exists?(filename)
File.write(filename, content) unless File.exist?(filename)
`code #{filename}`
end

0 comments on commit 3db24f4

Please sign in to comment.