Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion obp-api/src/main/resources/docs/generate-pdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Check if xelatex is available
if ! command -v xelatex &> /dev/null; then
echo "Error: xelatex is not installed"
echo "Install with: sudo apt-get install texlive-xetex texlive-fonts-extra"
echo "Install with: sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-fonts-extra lmodern"
exit 1
fi

Expand Down Expand Up @@ -249,7 +249,7 @@
echo ""
echo "=========================================="
echo "[FAIL] Error generating PDF"
echo "=========================================="

Check warning on line 252 in obp-api/src/main/resources/docs/generate-pdf.sh

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define a constant instead of using the literal '==========================================' 16 times.

See more on https://sonarcloud.io/project/issues?id=OpenBankProject_OBP-API&issues=AZzjqyMBIrGbr-VKYi8b&open=AZzjqyMBIrGbr-VKYi8b&pullRequest=2730
echo ""
exit 1
fi
Expand Down
Loading