Skip to content

Commit 8380b25

Browse files
installs sh indentation
1 parent b7c89f3 commit 8380b25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/e2e-installs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ function exists {
5252
function checkDependencies {
5353
if ! awk '/"dependencies": {/{y=1;next}/},/{y=0; next}y' package.json | \
5454
grep -v -q -E '^\s*"react(-dom|-scripts)?"'; then
55-
echo "Dependencies are correct"
55+
echo "Dependencies are correct"
5656
else
57-
echo "There are extraneous dependencies in package.json"
58-
exit 1
57+
echo "There are extraneous dependencies in package.json"
58+
exit 1
5959
fi
6060
}
6161

0 commit comments

Comments
 (0)