docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Fix credential set error #546

Closed silvin-lubecki closed 5 years ago

silvin-lubecki commented 5 years ago

Print the original error message, the one checking the file locally, instead of the one looking for the credential set in the credential store.

- A picture of a cute animal (not mandatory but encouraged)

image

codecov[bot] commented 5 years ago

Codecov Report

Merging #546 into master will decrease coverage by 0.07%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #546      +/-   ##
==========================================
- Coverage   70.05%   69.97%   -0.08%     
==========================================
  Files          55       55              
  Lines        3109     3111       +2     
==========================================
- Hits         2178     2177       -1     
- Misses        638      640       +2     
- Partials      293      294       +1
Impacted Files Coverage Δ
internal/commands/cnab.go 73.05% <0%> (-0.68%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-1.59%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a585be...d2f1fce. Read the comment docs.