Skip to content

Commit

Permalink
add qoutes around the list items
Browse files Browse the repository at this point in the history
  • Loading branch information
anth1y committed Jan 8, 2024
1 parent 53f0cad commit 4eecdee
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 4eecdee

Please sign in to comment.