Skip to content

Commit 9594731

Browse files
MartinNikovPetarKirov
authored andcommitted
fix(modules/nethermind): Fix typo
1 parent 621b0d1 commit 9594731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nethermind/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ in {
114114

115115
filteredArgs = builtins.filter isNormalArg args;
116116
in ''
117-
${datadir}
117+
${datadir} \
118118
${jwtSecret} \
119119
${concatStringsSep " \\\n" filteredArgs} \
120120
${lib.escapeShellArgs cfg.extraArgs}

0 commit comments

Comments
 (0)