Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #126 from EricFromCanada/master
Browse files Browse the repository at this point in the history
fix grammar in generated comment
  • Loading branch information
Bo98 authored Feb 3, 2025
2 parents ae062c8 + 2744ee9 commit 7f622c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/alias.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ def write(opts = {})
else
<<~EOS
#
# This is a Homebrew alias script. It'll be called when the
# user type `brew #{name}`. Any remaining argument is
# passed to this script. You can retrieve those with $*, or
# the first one only with $1. Please keep your script on
# one line.
# This is a Homebrew alias script. It'll be called when the user
# types `brew #{name}`. Any remaining arguments are passed to
# this script. You can retrieve those with $*, or only the first
# one with $1. Please keep your script on one line.
# TODO Replace the line below with your script
echo "Hello I'm brew alias "#{name}" and my args are:" $1
Expand Down

0 comments on commit 7f622c8

Please sign in to comment.