Skip to content

feat: add a page to showcase the local installation script #16122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 15, 2025
Prev Previous commit
Next Next commit
sure
  • Loading branch information
aslilac committed Jan 11, 2025
commit 85c6b1714e483ef97bc4247dc72ddb618692db25
2 changes: 1 addition & 1 deletion site/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func New(opts *Options) *Handler {

handler.installScript, err = parseInstallScript(opts.SiteFS, opts.BuildInfo)
if err != nil {
_ = fmt.Errorf("install.sh will be unavailabe: %w", err)
_ = xerrors.Errorf("install.sh will be unavailable: %w", err)
}

return handler
Expand Down
Loading