Skip to content

Commit 60dfb7a

Browse files
committed
cleanup
1 parent 108e89f commit 60dfb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/doc-index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readonly BUILD_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
88
source "${BUILD_DIR}/ci/common/common.sh"
99

1010
generate_doc_index() {
11-
echo "Updating doc folder from file-list.txt"
11+
echo "Updating doc/ from file-list.txt"
1212
wget -i "${BUILD_DIR}/ci/file-list.txt" --force-directories -nH --cut-dirs=1 -P "${DOC_DIR}"
1313
}
1414

0 commit comments

Comments
 (0)