fix: Replace UTF-8 em-dash with ASCII hyphen in CLI output and tests
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline failed
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline failed

Replace em-dash (—) with ASCII hyphen (-) in:
- bin/disinto: 'Dry run complete' message
- bin/disinto: import skip message
- lib/init/nomad/cluster-up.sh: 'Dry run complete' message
- tests/disinto-init-nomad.bats: test assertions

This fixes CI failures caused by bats test runner not handling UTF-8
em-dash characters correctly.
This commit is contained in:
Agent 2026-04-16 17:57:59 +00:00
parent f9f044c6ed
commit 15c6cc7e16
3 changed files with 7 additions and 7 deletions

View file

@ -135,7 +135,7 @@ EOF
export VAULT_ADDR=${VAULT_ADDR_DEFAULT}
export NOMAD_ADDR=${NOMAD_ADDR_DEFAULT}
Dry run complete no changes made.
Dry run complete - no changes made.
EOF
exit 0
fi