Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
fix: Remove reference to $no_fix_commands
Browse files Browse the repository at this point in the history
This would crash fix mode with an unbound variable error
  • Loading branch information
0xmachos committed Jun 19, 2020
1 parent c155e18 commit c0e30d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lockdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function fix {

if [[ "${command}" == "null" ]]; then
echo " [⚠️ ] ${BOLD}Can't fix${RESET}: ${title}"
no_fix_commands=$((no_fix_commands+1))
return 1
fi

Expand Down

0 comments on commit c0e30d1

Please sign in to comment.