We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a27367 commit 087d73bCopy full SHA for 087d73b
src/main/resources/org/eolang/hone/scaffolding/normalize.sh
@@ -35,7 +35,7 @@ verbose "Using XMIR output directory: ${HONE_XMIR_OUT}"
35
echo "Phino version: $(phino --version | xargs)"
36
37
IFS=' ' read -r -a rules <<< "${HONE_RULES}"
38
-echo "Using ${#rules[@]} rule(s)"
+echo "Using ${#rules[@]} rewriting rule(s)"
39
40
if [ -n "${HONE_GREP_IN}" ]; then
41
echo "Using grep-in: ${HONE_GREP_IN}"
0 commit comments