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

Commit 7f622c8

Browse files
authored
Merge pull request #126 from EricFromCanada/master
fix grammar in generated comment
2 parents ae062c8 + 2744ee9 commit 7f622c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/alias.rb

+4-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ def write(opts = {})
6060
else
6161
<<~EOS
6262
#
63-
# This is a Homebrew alias script. It'll be called when the
64-
# user type `brew #{name}`. Any remaining argument is
65-
# passed to this script. You can retrieve those with $*, or
66-
# the first one only with $1. Please keep your script on
67-
# one line.
63+
# This is a Homebrew alias script. It'll be called when the user
64+
# types `brew #{name}`. Any remaining arguments are passed to
65+
# this script. You can retrieve those with $*, or only the first
66+
# one with $1. Please keep your script on one line.
6867
6968
# TODO Replace the line below with your script
7069
echo "Hello I'm brew alias "#{name}" and my args are:" $1

0 commit comments

Comments
 (0)