diff options
| author | Nick White <git@njw.name> | 2020-04-07 12:02:54 +0100 | 
|---|---|---|
| committer | Nick White <git@njw.name> | 2020-04-07 12:02:54 +0100 | 
| commit | af63449be98f1964b67981b2aedda0d2ea70fe6d (patch) | |
| tree | 92e415fceb313113107fbe530b584b231940c901 /cmd/lspipeline/main.go | |
| parent | 22200755d471e77d20f490ffe01ede884b5acfcb (diff) | |
gofmt
Diffstat (limited to 'cmd/lspipeline/main.go')
| -rw-r--r-- | cmd/lspipeline/main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cmd/lspipeline/main.go b/cmd/lspipeline/main.go index 5143e29..659b034 100644 --- a/cmd/lspipeline/main.go +++ b/cmd/lspipeline/main.go @@ -116,7 +116,7 @@ func getBookStatus(conn LsPipeliner) (inprogress []string, done []string, err er  	}  	// Search for graph.png to determine done books (and save the date of it to sort with)  	for _, p := range prefixes { -		objs, err := conn.ListObjectsWithMeta(conn.WIPStorageId(), p + "graph.png") +		objs, err := conn.ListObjectsWithMeta(conn.WIPStorageId(), p+"graph.png")  		if err != nil || len(objs) == 0 {  			inprogressmeta = append(inprogressmeta, bookpipeline.ObjMeta{Name: p})  		} else { | 
