Commit f435c34
committed
[FAB-8017] Peer CLI fetch cmd error assignment issue
This CR fixes the fetch command's error assignment to ensure the
correct errors are being assigned and checked before proceeding.
With this fix, the end user will receive the correct error message
instead of a error message related to marshaling a nil value.
Change-Id: I39a32291357ff01f82e1bbd4df2ef6665f77d50b
Signed-off-by: Will Lahti <wtlahti@us.ibm.com>1 parent 0c3673e commit f435c34
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments