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 2751ad8 commit fe00ae5
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 @@ -48,7 +48,7 @@ namespace :format 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 fe00ae5

Please sign in to comment.