Skip to content

Commit

Permalink
chore: adjust logging
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Mar 16, 2022
1 parent f74572a commit 973245f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dev/githooks/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if beginswith $'\n#' "$original"; then
printf "\n\n# Please enter the message in the format\n"
echo "# <type>(<scope>): <description>"
echo "# Possible types: fix, feat, docs, style, refactor, test, chore, rework, release"
printf "# For details see https://www.notion.so/softwarechallenge/Git-217333329ea64db5b2cc8bbbaf79db87" >> "$COMMIT_MSG_FILE"
printf "# For details see https://www.notion.so/softwarechallenge/Git-217333329ea64db5b2cc8bbbaf79db87"
echo "$original"
} > "$COMMIT_MSG_FILE"
fi
2 changes: 1 addition & 1 deletion plugin/src/main/kotlin/sc/plugin2022/GamePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GamePlugin: IGamePlugin {
ScoreDefinition(arrayOf(
ScoreFragment("Siegpunkte"),
ScoreFragment("Bernsteine", ScoreAggregation.AVERAGE),
ScoreFragment("Figur vorne", ScoreAggregation.AVERAGE)
ScoreFragment("Leichtfiguren Vorne", ScoreAggregation.AVERAGE)
))
}

Expand Down
File renamed without changes.

0 comments on commit 973245f

Please sign in to comment.