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
path: root/snap
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-01-31 02:33:15 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-02 01:23:30 +0300
commit3336762939d8600f9af943128e7072c8789a6ae3 (patch)
tree90346a1fc6238c44292b71d7951b65d0d0cbac5b /snap
parent5ca40c8f7cbf3be64d7b5e813d06524afda48b28 (diff)
Remove hugo gen autocomplete
Closes #8862
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index fa9605949..bb11afc72 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -65,7 +65,7 @@ parts:
ldd hugo || :
echo " * Building shell completion..."
- ./hugo gen autocomplete --completionfile=hugo-completion
+ ./hugo completion bash > hugo-completion
echo " * Installing to ${SNAPCRAFT_PART_INSTALL}..."
install -d $SNAPCRAFT_PART_INSTALL/bin