Skip to content

Commit e519063

Browse files
authored
Merge pull request #373 from diffway/minor_typo_in_documentation_comment
Minor typo in documentation comment.
2 parents 0967342 + d1505d0 commit e519063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/switch-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd "$SCRIPT_PATH/../config" || exit
2626

2727
if [ ! -f "system-${domain}.yml" ]; then
2828
echo "Create the system-${domain}.yml file in config first."
29-
echo "See system-example.yml for bare minimum and defaults.yml for all possible values"
29+
echo "See system-minimal.yml for bare minimum and defaults.yml for all possible values"
3030
exit 2;
3131
fi
3232

0 commit comments

Comments
 (0)