Skip to content

Commit

Permalink
Merge pull request #334 from iAGorynT/iAGorynT-Code-Snippet-Changes
Browse files Browse the repository at this point in the history
Update Versions.sh
  • Loading branch information
iAGorynT authored Jul 29, 2024
2 parents 72c00da + aeffd4a commit 5500031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShellScripts/Versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo
echo "Bash: $(bash --version)" | grep -e 'version '

# Homebrew
echo "Homebrew: $(brew -v)"
echo "Homebrew: $(brew --version)"

# Homebrew Autoupdate
echo "Homebrew Autoupdate: $(brew autoupdate version | grep -e 'Version')" # Exclude Change Log
Expand Down

0 comments on commit 5500031

Please sign in to comment.