Skip to content

Commit 087d73b

Browse files
committed
#277: Refactor message for rewriting rules in normalize.sh.
1 parent 3a27367 commit 087d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/org/eolang/hone/scaffolding/normalize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ verbose "Using XMIR output directory: ${HONE_XMIR_OUT}"
3535
echo "Phino version: $(phino --version | xargs)"
3636

3737
IFS=' ' read -r -a rules <<< "${HONE_RULES}"
38-
echo "Using ${#rules[@]} rule(s)"
38+
echo "Using ${#rules[@]} rewriting rule(s)"
3939

4040
if [ -n "${HONE_GREP_IN}" ]; then
4141
echo "Using grep-in: ${HONE_GREP_IN}"

0 commit comments

Comments
 (0)