Skip to content

Commit e0c3388

Browse files
docs: Fix lint errors
1 parent e178ecc commit e0c3388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/agents-prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ CMD npm start --silent
240240
"format:check": "prettier --check .",
241241
"lint": "eslint",
242242
"lint:fix": "eslint --fix",
243-
"test": "echo \"Error: oops, the Actor has no tests yet, sad!\" && exit 1"
243+
"test": "echo 'Error: oops, the Actor has no tests yet, sad!' && exit 1"
244244
},
245245
"author": "It's not you it's me",
246246
"license": "ISC"

0 commit comments

Comments
 (0)