mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
Fix typo found by codespell in shell scripts (#28957)
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
This commit is contained in:
parent
975bb6762f
commit
7c77bb732f
@ -11,7 +11,7 @@ for i in `find $MODULES -name '*.jar'`; do
|
||||
if [ ! -f $LICENSES/$groupId\,$artifactId\,$version,* ]; then
|
||||
echo "Missing: "
|
||||
echo "group: $groupId"
|
||||
echo "artifcat: $artifactId"
|
||||
echo "artifact: $artifactId"
|
||||
echo "version: $version"
|
||||
echo "---------------------"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user