Skip to content
Merged
Changes from 1 commit
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 Library/Homebrew/cmd/command-not-found-init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def init
when :bash, :zsh
puts File.read(File.expand_path("#{File.dirname(__FILE__)}/../command-not-found/handler.sh"))
when :fish
puts File.expand_path("#{File.dirname(__FILE__)}/../command-not-found/handler.fish")
puts File.read(File.expand_path("#{File.dirname(__FILE__)}/../command-not-found/handler.fish"))
else
raise "Unsupported shell type #{shell}"
end
Expand Down
Loading