Skip to content

Commit 945f58d

Browse files
committed
Update script.js
typo
1 parent 9a91364 commit 945f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function parseMultipathOutput(input) {
5858

5959
function formatMultipathConf(entries) {
6060
const output = [];
61-
output.push("multipathd {\n");
61+
output.push("multipaths {\n");
6262

6363
for (const entry of entries) {
6464
output.push(` # LUN ${entry.lun} and size=${entry.size}`);

0 commit comments

Comments
 (0)