From f0a905d77552a740194da4582b5447af58254e26 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 14 Mar 2020 13:31:45 +0530 Subject: Fix SetFromID & add usage in readme --- pkg/unsplash/unsplash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/unsplash/unsplash.go b/pkg/unsplash/unsplash.go index 3070716..e40503d 100644 --- a/pkg/unsplash/unsplash.go +++ b/pkg/unsplash/unsplash.go @@ -29,7 +29,7 @@ func SetFromID(photoID string, width int, height int) error { err error ) - size = fmt.Sprintf("%sx%s", width, height) + size = fmt.Sprintf("%dx%d", width, height) path = fmt.Sprintf("%s/%s/%s", "https://source.unsplash.com", photoID, size) err = background.Set(path) -- cgit 1.4.1-2-gfad0