mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta/ShellCompletions: Use standard Serenity comment style
This commit is contained in:
parent
e01941b41c
commit
79e76ae64c
Notes:
sideshowbarker
2024-07-16 20:05:15 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/79e76ae64c Pull-request: https://github.com/SerenityOS/serenity/pull/18763 Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ _serenity() {
|
|||
targets)
|
||||
case "$command" in
|
||||
install|image|copy-src|kaddr2line|rebuild-toolchain|rebuild-world)
|
||||
# lagom target is not supported for these, remove from targets
|
||||
# Lagom target is not supported for these, remove from targets.
|
||||
targets[$targets[(i)lagom]]=()
|
||||
;;
|
||||
help)
|
||||
|
|
Loading…
Reference in a new issue