Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ When updating Rubygems for gitsh, there are a few things to consider:
- Use the minimum supported Ruby version when updating gems to avoid
installing versions that are incompatible with older Rubies.

[style-guide]: https://github.com/thoughtbot/guides/tree/master/style#ruby
[style-guide]: https://github.com/thoughtbot/guides/tree/master/ruby
2 changes: 1 addition & 1 deletion homebrew/gitsh.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ class Gitsh < Formula
end

def set_architecture
ENV['READLINE_ARCH'] = "-arch #{MacOS.preferred_arch}"
ENV['READLINE_ARCH'] = "-arch #{Hardware::CPU.arch}"
end
end