Skip to content

Commit 5f47ec1

Browse files
committed
refactoring
1 parent 9b8b4bd commit 5f47ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pretty_print.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func prettyIndexParse(index *libraries.Index) (*libraries.StatusContext, error)
131131
}
132132

133133
//after download, I retry.
134-
status, err := libraries.CreateStatusContextFromIndex(index, nil, nil)
134+
status, err := libraries.CreateStatusContextFromIndex(index)
135135
if err != nil {
136136
if GlobalFlags.Verbose > 0 {
137137
fmt.Println("ERROR")

0 commit comments

Comments
 (0)