Skip to content

Commit c6bae5f

Browse files
Update .github/copilot-instructions.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 40456ac commit c6bae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ docker run --rm --privileged -v $(pwd):/workdir arch-iso-builder build out work
7979

8080
### Beep Suppression Patterns
8181
- **Defense in depth**: Always implement multiple layers - kernel, systemd, shell, GUI
82-
- **Graceful fallbacks**: Use `|| true` in scripts to continue if modules aren't loaded
82+
- **Graceful fallbacks**: Use `|| true` in shell scripts to continue if modules aren't loaded
8383
- **Comprehensive coverage**: Target all possible beep sources (PC speaker, ALSA, terminals, X11)
8484

8585
### Build System Conventions

0 commit comments

Comments
 (0)