Skip to content

Commit

Permalink
Replace eject with flattool bleat for April 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 authored Dec 4, 2023
1 parent 66466d3 commit de99465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flattool
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asLastUpdateCheck="0000000000"
asAutoCheckUpdate="false"

# Global variables
versionNumber="1.4.3"
versionNumber="1.4.4"
owner="flattool"
repo="flattool-cli"
appID=''
Expand All @@ -17,8 +17,8 @@ errTxt=$(tput setaf 1 && tput bold)

# Haha, April Fools nerd
if [ "$(date +%m%d)" -eq 0401 ]; then
echo "Haha, April 1st, get ejected"
eject
echo "Haha, April 1st"
flattool bleat
fi

# Functions to save time programming this
Expand Down

0 comments on commit de99465

Please sign in to comment.