diff options
author | Joe Mooring <[email protected]> | 2022-01-30 15:33:15 -0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-02-01 23:23:30 +0100 |
commit | 3336762939d8600f9af943128e7072c8789a6ae3 (patch) | |
tree | 90346a1fc6238c44292b71d7951b65d0d0cbac5b /snap/snapcraft.yaml | |
parent | 5ca40c8f7cbf3be64d7b5e813d06524afda48b28 (diff) | |
download | hugo-3336762939d8600f9af943128e7072c8789a6ae3.tar.gz hugo-3336762939d8600f9af943128e7072c8789a6ae3.zip |
Remove hugo gen autocomplete
Closes #8862
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
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 |