COPR-command icon indicating copy to clipboard operation
COPR-command copied to clipboard

fix: remove extra fi

Open wolfyreload opened this issue 1 year ago • 1 comments

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.

wolfyreload avatar Sep 26 '24 18:09 wolfyreload