Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Feb 24, 2024
1 parent fe00ae5 commit 848ef0f
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 @@ -63,7 +63,7 @@ namespace :fmt do

desc 'Format text, YAML, and Markdown sources with prettier'
task :text do
sh "npm run fmt"
sh 'npm run fmt'
end
end

Expand Down

0 comments on commit 848ef0f

Please sign in to comment.