Skip to content

Commit 973245f

Browse files
committed
chore: adjust logging
1 parent f74572a commit 973245f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.dev/githooks/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if beginswith $'\n#' "$original"; then
2424
printf "\n\n# Please enter the message in the format\n"
2525
echo "# <type>(<scope>): <description>"
2626
echo "# Possible types: fix, feat, docs, style, refactor, test, chore, rework, release"
27-
printf "# For details see https://www.notion.so/softwarechallenge/Git-217333329ea64db5b2cc8bbbaf79db87" >> "$COMMIT_MSG_FILE"
27+
printf "# For details see https://www.notion.so/softwarechallenge/Git-217333329ea64db5b2cc8bbbaf79db87"
2828
echo "$original"
2929
} > "$COMMIT_MSG_FILE"
3030
fi

plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class GamePlugin: IGamePlugin {
1515
ScoreDefinition(arrayOf(
1616
ScoreFragment("Siegpunkte"),
1717
ScoreFragment("Bernsteine", ScoreAggregation.AVERAGE),
18-
ScoreFragment("Figur vorne", ScoreAggregation.AVERAGE)
18+
ScoreFragment("Leichtfiguren Vorne", ScoreAggregation.AVERAGE)
1919
))
2020
}
2121

0 commit comments

Comments
 (0)