Skip to content

Commit de99465

Browse files
authored
Replace eject with flattool bleat for April 1st
1 parent 66466d3 commit de99465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flattool

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ asLastUpdateCheck="0000000000"
77
asAutoCheckUpdate="false"
88

99
# Global variables
10-
versionNumber="1.4.3"
10+
versionNumber="1.4.4"
1111
owner="flattool"
1212
repo="flattool-cli"
1313
appID=''
@@ -17,8 +17,8 @@ errTxt=$(tput setaf 1 && tput bold)
1717

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

2424
# Functions to save time programming this

0 commit comments

Comments
 (0)