Skip to content

Commit c9b725b

Browse files
committed
fix missing quote
1 parent 0f5c936 commit c9b725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# WARNING ⚠️: this is a Netlify file with local Cypress plugin
22
# so it might look quite different from the user's Netlify configuration
33
[build]
4-
command = "echo 'Netlify build command ..."
4+
command = "echo 'Netlify build command ...'"
55
publish = "public"
66
[build.environment]
77
CI = "1"

0 commit comments

Comments
 (0)