Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix(script): Remove dead code indicated by updated shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jan 4, 2023
1 parent 3fb6dcc commit 7ba2f86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions checkup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# []

VERSION="0.2.1"
VERSION="0.2.2"
RETURNCODE=0

# Function to call that determines if we're looking for a file or a directory
Expand Down Expand Up @@ -142,5 +142,3 @@ case "$1" in
check) shift; cmd_checkup_check "$@" ;;
*) cmd_checkup_check "$@" ;;
esac

exit $RETURNCODE

0 comments on commit 7ba2f86

Please sign in to comment.