From 53f0cad739b8c964d1ab2e0dd5f4ece0926f04ba Mon Sep 17 00:00:00 2001 From: Anthony Riley II Date: Mon, 8 Jan 2024 15:31:29 -0800 Subject: [PATCH] change to hashrocket --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3bc7eae..5e0753b 100644 --- a/Rakefile +++ b/Rakefile @@ -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