From dece80cc62599164548c17e584132306174b0bcf Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Fri, 13 Aug 2021 12:28:25 -0600 Subject: [PATCH] fix(examples): Fixes example bindle invoice Apparently we had changed the example file and so the sha and size were invalid. This fixes that issue and adds the `_scratch` directory created by the bindle example to .gitignore --- .gitignore | 1 + examples/invoice.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0eb7220..8d9d906 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target wagi-cache/ /ssl-example.* +_scratch/ diff --git a/examples/invoice.toml b/examples/invoice.toml index 491cca4..9a9e8a1 100644 --- a/examples/invoice.toml +++ b/examples/invoice.toml @@ -38,8 +38,8 @@ route = "/hello-wat" [parcel.label] name = "examples/mkbindle.rs" mediaType = "text/plain" -size = 1463 -sha256 = "b4f3f3d8c86ae4ee2dbc2e7633ce8bd128dfb32e42f3e9c5e06477fb252d0368" +size = 1455 +sha256 = "e9f06d122c0c0b9f6a06cd776aa0257400b8913ae008f0f0bced1cf4e5113146" [parcel.label.feature.wagi] file = "true" [parcel.conditions]