Skip to content

Commit 94035b8

Browse files
author
ekultek
committed
minor update to edit a misspelling
1 parent df0e293 commit 94035b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/scripts/start_services.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ function main () {
2424
startApacheOSX;
2525
startPostgreSQLOSX;
2626
else
27-
echo "[*} invalid operating system";
27+
echo "[*] invalid operating system";
2828
fi
2929
}
3030

31-
main $@;
31+
main $@;

0 commit comments

Comments
 (0)