garm/database
Mihaela Balutoiu 36a51f83ab Fixed error wrap
The error is not wrapped correctly, because instead of using `q.Error`,
it uses `err`, which is defined elsewhere.

Also, the `UpdateRepository` and `CreateRepositoryPool` functions will
never fail on update/create repo, because it returns a nil error, instead
of wrap error.

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
2022-10-17 17:48:00 +03:00
..
common Add unit tests 2022-08-01 12:34:59 +03:00
sql Fixed error wrap 2022-10-17 17:48:00 +03:00
database.go Fix database.go typo 2022-09-13 15:01:17 +03:00