Skip to content

Commit

Permalink
Load relative manifolds lib
Browse files Browse the repository at this point in the history
  • Loading branch information
claytongentry committed Nov 4, 2024
1 parent 57b44ce commit 5358567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/spec/reports/
/tmp/
*.gem

.ruby-version
2 changes: 1 addition & 1 deletion bin/manifolds
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# frozen_string_literal: true

require "manifolds"
require File.expand_path('../lib/manifolds', __dir__)

Manifolds::CLI.start(ARGV)

0 comments on commit 5358567

Please sign in to comment.