Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmar committed Apr 26, 2018
1 parent e2014a8 commit 64f1483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Most of the apps installed make use of installation code defined in the Homebrew
https://github.com/Homebrew/homebrew-core/blob/master/Formula/httpd.rb">
https://github.com/Homebrew/homebrew-core/blob/master/Formula/httpd.rb</a>

PROTIP: Before downloads a brew formula, we recommend that you look at Ruby code to verfy what really occurs and especially where files come from. In fact, we recommend that you install a binary repository proxy that supply you vetted files from a trusted server instead of retrieving whatever is the latest on the public Homebrew server.
PROTIP: Before downloads a brew formula, we recommend that you look at Ruby code to verify what really occurs and especially where files come from. In fact, we recommend that you install a binary repository proxy that supply you vetted files from a trusted server instead of retrieving whatever is the latest on the public Homebrew server.

Homebrew currently has over 4,500 formulas.

Expand Down
1 change: 1 addition & 0 deletions mac-setup-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ else
#fancy_echo "git ls-files -v|grep '^h' ::" >>$LOGFILE
#echo "$(git ls-files -v|grep '^S')" >>$LOGFILE

MAC_USERID=$(id -un 2>/dev/null || true) # example: wilsonmar
echo "SECRETSFILE=$SECRETSFILE ::" >>$LOGFILE
echo "RUNTYPE=$RUNTYPE ::" >>$LOGFILE
echo "GIT_NAME=$GIT_NAME">>$LOGFILE
Expand Down

0 comments on commit 64f1483

Please sign in to comment.