Skip to content

Commit

Permalink
Make this log line more correct
Browse files Browse the repository at this point in the history
Andrew pointed out in code review that it's too specific to claim that
it is found in the repository root. It could be in a subdir.
  • Loading branch information
ralphbean committed Jul 31, 2024
1 parent 536965b commit cecd998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ spec:
fi
if [ -f "/var/workdir/source/${CONFIG_TOML_FILE}" ]; then
echo "Using the ${CONFIG_TOML_FILE} file found in the repository root!"
echo "Using the ${CONFIG_TOML_FILE} file found in the repository."
else
echo "No ${CONFIG_TOML_FILE} file found. Using an empty configuration."
touch "/var/workdir/source/${CONFIG_TOML_FILE}"
Expand Down

0 comments on commit cecd998

Please sign in to comment.