Skip to content

Commit

Permalink
no quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Jan 22, 2024
1 parent 5b081fb commit c400c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/security/pki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let
}
''
echo $files
cat "$files" > $out
cat $files > $out
'';
in

Expand Down

0 comments on commit c400c50

Please sign in to comment.