Unverified Commit b1b78f43 authored by sekc's avatar sekc Committed by GitHub
Browse files

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



Co-authored-by: default avatarseksea <williamireland0@gmail.com>
parent 2724e182
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
}
```