Skip to content

Commit

Permalink
Merge pull request #420 from Homebrew/issyl0-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 authored Dec 17, 2023
2 parents 234a9ee + 4041c76 commit 0ce5eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/formula-analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def formula_analytics_args
end

REPO_ROOT = Pathname.new("#{File.dirname(__FILE__)}/..").freeze
VENDOR_RUBY = "#{REPO_ROOT}/vendor/ruby"
VENDOR_RUBY = "#{REPO_ROOT}/vendor/ruby".freeze
BUNDLER_SETUP = Pathname.new("#{VENDOR_RUBY}/bundler/setup.rb").freeze
FIRST_INFLUXDB_ANALYTICS_DATE = Date.new(2023, 03, 27).freeze

Expand Down

0 comments on commit 0ce5eb7

Please sign in to comment.