Skip to content

Commit

Permalink
rms: fix codespell CI error in openpbs.spec
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b02d0d)
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Sep 15, 2024
1 parent c2210ee commit c078063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/rms/openpbs/SPECS/openpbs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ for i in "${required_pkg[@]}"; do
if [ $? -eq 0 ]; then
echo "$i installed successfully"
else
echo "Failed to install thirdparty package $i required by PTL"
echo "Failed to install third-party package $i required by PTL"
fi
fi
done
Expand Down

0 comments on commit c078063

Please sign in to comment.