all repos — homestead @ 677f6211540940a1bdccb07cae059b4343807f1a

Code for my website

lint: return error last

Alan Pearce
commit

677f6211540940a1bdccb07cae059b4343807f1a

parent

4591698595e61c7c6c5a8d4b5e166a01e043bfee

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/website/mux.gointernal/website/mux.go
@@ -63,7 +63,7 @@ Development: opts.Development,
Destination: opts.Destination, } - repo, err, exists := vcs.CloneOrOpen(&vcs.Options{ + repo, exists, err := vcs.CloneOrOpen(&vcs.Options{ LocalPath: opts.Source, RemoteURL: opts.VCS.RemoteURL, Branch: opts.VCS.Branch,