doc/build-helpers: add missing semicolons (#298632)
Co-authored-by: seksea <williamireland0@gmail.com>
This commit is contained in:
parent
2724e18228
commit
b1b78f4369
1 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ writeTextFile {
|
||||||
echo "hi"
|
echo "hi"
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
destination = "bin/my-script"
|
destination = "bin/my-script";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -576,7 +576,7 @@ writeTextFile {
|
||||||
echo "hi"
|
echo "hi"
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
destination = "bin/my-script"
|
destination = "bin/my-script";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue