Skip to content

Commit d1505d0

Browse files
committed
Minor typo in documentation comment (there is no system-example.yml in the repo)
1 parent 01c8176 commit d1505d0

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)