Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-02-02 02:04:03 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-10 18:25:23 +0300
commit54f8d8a70a157b7ca871abef8d899a3c9f2ccdb6 (patch)
tree4d2ad391a21cfc42d2d2f30f08fe43f54373bd4e /commands/commands.go
parent3036d0ac9a3b28c258de4d090ccff2c4bd7e109f (diff)
Remove the "check" command
Closes #9454
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go
index 7a9f9fc9e..4d43f1126 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -48,7 +48,6 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
newVersionCmd(),
newEnvCmd(),
b.newConfigCmd(),
- newCheckCmd(),
b.newDeployCmd(),
b.newConvertCmd(),
b.newNewCmd(),