mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-18 03:56:52 +02:00
switched to double quotes
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
49f39736ef
commit
bd149aca5d
@ -236,7 +236,7 @@ Previous error:
|
|||||||
%w`, tmp, strings.Join(files, "\n "), err)
|
%w`, tmp, strings.Join(files, "\n "), err)
|
||||||
}
|
}
|
||||||
if isBuildxContextError(err.Error()) {
|
if isBuildxContextError(err.Error()) {
|
||||||
return fmt.Errorf(`docker buildx not set to default context\nPlease switch with 'docker context use default'\nLearn more at https://goreleaser.com/errors/docker-build`)
|
return fmt.Errorf("docker buildx not set to default context\nPlease switch with 'docker context use default'\nLearn more at https://goreleaser.com/errors/docker-build")
|
||||||
}
|
}
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user