We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4760ba7 commit 193833bCopy full SHA for 193833b
Makefile
@@ -27,7 +27,7 @@ provision-cargateway: ./fixtures.car
27
28
provision-kubo:
29
find ./fixtures -name '*.car' -exec ipfs dag import --stats --pin-roots=false {} \;
30
- find ./fixtures -name '*.ipns-record' -exec sh -c 'ipfs routing put --allow-offline /ipns/$$(basename -s .ipns-record "{}") "{}"' \;
+ find ./fixtures -name '*.ipns-record' -exec sh -c 'ipfs routing put --allow-offline /ipns/$$(basename -s .ipns-record "{}" | cut -d'_' -f1) "{}"' \;
31
32
# tools
33
fixtures.car: gateway-conformance
0 commit comments