doc/build-helpers: add missing semicolons (#298632)

Co-authored-by: seksea <williamireland0@gmail.com>
This commit is contained in:
sekc 2024-03-25 11:59:19 +00:00 committed by GitHub
parent 2724e18228
commit b1b78f4369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -488,7 +488,7 @@ writeTextFile {
echo "hi"
'';
executable = true;
destination = "bin/my-script"
destination = "bin/my-script";
}
```
@ -576,7 +576,7 @@ writeTextFile {
echo "hi"
'';
executable = true;
destination = "bin/my-script"
destination = "bin/my-script";
}
```