Skip to content

Commit 5e32de1

Browse files
authored
Merge pull request #904 from zidoshare/main
Fix: incorrect command formatting in agent context file, refix #895
2 parents 5558b24 + 03c7021 commit 5e32de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bash/update-agent-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ get_commands_for_language() {
250250
echo "cargo test && cargo clippy"
251251
;;
252252
*"JavaScript"*|*"TypeScript"*)
253-
echo "npm test \&\& npm run lint"
253+
echo "npm test \\&\\& npm run lint"
254254
;;
255255
*)
256256
echo "# Add commands for $lang"

0 commit comments

Comments
 (0)