Skip to content

Commit

Permalink
[Fix] Fixed small typo in /etc/profile
Browse files Browse the repository at this point in the history
Just a typo.
  • Loading branch information
TheCrypt0 committed Feb 8, 2019
1 parent bc9fb17 commit dfaeb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/static/rootfs/etc/profile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo " | | | |___| | .'| _| '_|___| | |_ |"
echo " |_ |_| |_|_|__,|___|_,_| \_/ |_|"
echo " |___|"
echo " -----------------------------------------------------"
echo " yi-hack-v4 v$HACK_VERSION is active!"
echo " yi-hack-v4 - $HACK_VERSION"
echo " -----------------------------------------------------"

if [[ -z $HACK_NEW_VERSION ]] ; then
Expand All @@ -57,7 +57,7 @@ if [[ -z $HACK_NEW_VERSION ]] ; then
echo " -----------------------------------------------------"
else
if [[ $HACK_VERSION != $HACK_NEW_VERSION ]] ; then
echo " UPDATE: Version v$HACK_NEW_VERSION is available."
echo " UPDATE: Version $HACK_NEW_VERSION is available."
echo ""
echo " You can download it from GitHub:"
echo " > https://github.com/TheCrypt0/yi-hack-v4/releases"
Expand Down

0 comments on commit dfaeb21

Please sign in to comment.