xeals / signal-back

Decrypt Signal encrypted backups outside the app
Apache License 2.0
704 stars 67 forks source link

Fix undefined file variable #11

Closed neurolit closed 6 years ago

neurolit commented 6 years ago

This fix solves the following error raised when building signal-back:

cmd/format.go:64:8: undefined: file

xeals commented 6 years ago

That'll teach me for pushing without building. Thanks for the catch.