Skip to content

Commit

Permalink
fix(examples): Fixes example bindle invoice
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thomastaylor312 committed Aug 13, 2021
1 parent f97c804 commit dece80c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
wagi-cache/
/ssl-example.*
_scratch/
4 changes: 2 additions & 2 deletions examples/invoice.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit dece80c

Please sign in to comment.