mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 00:41:02 +00:00
Merge pull request #1622 from compressed/sqite
fix(typo): sqite3 -> sqlite3
This commit is contained in:
commit
2aa82a3e68
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ var serverCmd = cli.Command{
|
|||
EnvVar: "DRONE_DATABASE_DRIVER,DATABASE_DRIVER",
|
||||
Name: "driver",
|
||||
Usage: "database driver",
|
||||
Value: "sqite3",
|
||||
Value: "sqlite3",
|
||||
},
|
||||
cli.StringFlag{
|
||||
EnvVar: "DRONE_DATABASE_DATASOURCE,DATABASE_CONFIG",
|
||||
|
|
Loading…
Reference in a new issue