Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Clean up extra spaces #1555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generate-cli-docs(){
${DFGET_BIN_PATH} gen-doc -p "${CLI_DOCS_DIR}" || return
${DFDAEMON_BIN_PATH} gen-doc -p "${CLI_DOCS_DIR}" || return
${SUPERNODE_BIN_PATH} gen-doc -p "${CLI_DOCS_DIR}" || return
echo "Generate: CLI docs in ${CLI_DOCS_DIR}"
echo "Generate: CLI docs in ${CLI_DOCS_DIR}"
}

main () {
Expand All @@ -29,7 +29,7 @@ main () {
;;
*)
generate-cli-docs
;;
;;
esac
}

Expand Down