Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Kleen <[email protected]>
  • Loading branch information
yannham and vkleen committed Apr 17, 2024
1 parent b4ffa56 commit d5a18ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
buildPhase = ''
mkdir -p contracts
for filename in "${k8sSchemas {inherit version;}}"/*.json; do
basename="$(basename $filename .json)"
basename="$(basename "$filename" .json)"
urlRewritten="$basename-url-rewritten.json"
bundled="$basename-bundled.json"
Expand Down

0 comments on commit d5a18ea

Please sign in to comment.