Skip to content

Commit 03c7021

Browse files
committed
Fix: incorrect command formatting in agent context file, refix #895
1 parent 3b000fc commit 03c7021

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)