Skip to content

Commit f0b41c0

Browse files
greg-fercarlescufi
authored andcommitted
fix: prohibited term in create board schema
Fixed the prohibited "NCS" term in the schema for the create board west command. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 7aad216 commit f0b41c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/west_commands/create_board/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "NCS board",
2+
"title": "nRF Connect SDK Board",
33
"type": "object",
44
"required": [
55
"board",

0 commit comments

Comments
 (0)