lint: return error last
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/website/mux.go → internal/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,