writers: fix typo in comment

This commit is contained in:
Jeremy Schlatter
2023-01-05 20:26:25 -08:00
committed by GitHub
parent a15b9373b8
commit 2581bc08da
+1 -1
View File
@@ -101,7 +101,7 @@ let
interpreter = "${pkgs.bash}/bin/bash";
};
# Like writeScriptBIn but the first line is a shebang to bash
# Like writeScriptBin but the first line is a shebang to bash
writeBashBin = name:
writeBash "/bin/${name}";