Skip to content

Commit

Permalink
chore: Fix missing elif
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed May 11, 2024
1 parent a1dafc1 commit 62d8187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configure-auto-power-profile ACTION="help":
echo " Use 'enable' to allow automatic power profile switching based on power state
echo " Use 'disable' to prevent automatic power profile switching based on power state
exit 0
if [[ "${OPTION,,}" =~ enable ]]; then
elif [[ "${OPTION,,}" =~ enable ]]; then
gnome-extensions enable [email protected]
elif [[ "${OPTION,,}" =~ disable ]]; then
gnome-extensions disable [email protected]
Expand Down

0 comments on commit 62d8187

Please sign in to comment.