Skip to content

Commit

Permalink
remove curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
anth1y committed Jan 8, 2024
1 parent a2ea59d commit c8cf131
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 @@ -3,7 +3,7 @@ require "rspec/core/rake_task"
require_relative "rake/gem"

namespace :octofacts do
task :default = { :octofacts:spec:octofacts, :octofacts:spec:octofacts_updater, :octofacts:spec:octofacts_integration } do
task :default = :octofacts:spec:octofacts, :octofacts:spec:octofacts_updater, :octofacts:spec:octofacts_integration do
end
end

Expand Down

0 comments on commit c8cf131

Please sign in to comment.