COPR-command
COPR-command copied to clipboard
fix: remove extra fi
Getting an error when running copr list downstream. Looks like one of the if statements has an extra fi so it's not getting to the elif statements
This is the error message
/usr/bin/copr: line 88: syntax error near unexpected token `elif'
/usr/bin/copr: line 88: `elif [[ "$1" == "remove" ]]; then'
This change seems to fix the issue.