Skip to content

Commit 832ff47

Browse files
committed
try this
1 parent ee62571 commit 832ff47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mistral-ai-ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
2626
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
2727
end
2828
end
29-
spec.bindir = "bin"
30-
spec.executables = spec.files.grep(%r{\Abin/}) { |f| File.basename(f) }
29+
spec.bindir = "bin"
30+
spec.executables = ["mistral-chat"]
3131
spec.require_paths = ["lib"]
3232

3333
# Core dependencies

0 commit comments

Comments
 (0)