Skip to content

Commit

Permalink
Fix else -> fi
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jan 19, 2023
1 parent f63654b commit 919d338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Ubuntu/basicconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ if [[ $OS_ARCH == "amd64" ]]; then

install_clang ||
_abort $?
else
fi

install_cvs ||
_abort $?
Expand Down

0 comments on commit 919d338

Please sign in to comment.