Skip to content

Commit 7ad43f8

Browse files
committed
run pre-commit
1 parent a5d1123 commit 7ad43f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ metadata:
3131
- "Columnar <hello@columnar.tech>"
3232

3333
git:
34-
tag_sort: smartsemver
34+
tag_sort: smartsemver
3535

3636
builds:
3737
- main: ./cmd/dbc
@@ -321,7 +321,7 @@ homebrew_casks:
321321
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
322322
homepage: "https://columnar.tech/dbc"
323323
description: "The command line tool for installing and managing ADBC drivers"
324-
skip_upload: auto # auto skips prereleases
324+
skip_upload: auto # auto skips prereleases
325325
completions:
326326
bash: dbc.bash
327327
zsh: dbc.zsh

docs/guides/installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Installed mysql 0.1.0 to /opt/homebrew/Caskroom/miniforge/base/envs/my-adbc-proj
254254

255255
dbc can install drivers from local archives as an alternative for users who can't or don't want to install from a [Driver Registry](../concepts/driver_registry.md). This is meant for advanced use cases and requires understanding the [ADBC Driver Manifests](https://arrow.apache.org/adbc/current/format/driver_manifests.html) spec and loading process.
256256

257-
To install from a local archive, pass the path to a local archive insted of a name and set the `--no-verify` flag to skip signature verification:
257+
To install from a local archive, pass the path to a local archive instead of a name and set the `--no-verify` flag to skip signature verification:
258258

259259
```console
260260
$ dbc install --no-verify some_driver.tar.gz

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function Download($download_url, $platforms) {
207207
+ "Double-check the version you've requested. Please create an issue at https://github.com/columnar-tech/dbc/issues or contact support@columnar.tech for assistance."
208208
}
209209
throw "Error: Failed to download $url. HTTP Status Code: $statusCode"
210-
}
210+
}
211211

212212
Write-Verbose "Unpacking to $tmp"
213213

0 commit comments

Comments
 (0)