Skip to content

Commit

Permalink
fix(sql): Fix sql command for arm build (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox authored May 5, 2021
1 parent b8e98ec commit 2ae1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
type Service struct{}

// New returns a new Service
func New(r repo.Repo, loadDataset dsref.ParseResolveLoad) *Service {
func New(r repo.Repo, loader dsref.Loader) *Service {
return &Service{}
}

Expand Down

0 comments on commit 2ae1541

Please sign in to comment.