Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Pennati committed Apr 30, 2024
1 parent 7aa6c91 commit 12e28d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-full-redoc-static-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -z "$REDOC_FILE" ]; then
fi

# Copy and rename all redoc-static.html files to the aggregated documentation directory
NEW_NAME="${DOC_DIR}/executor-azuredevops-server.html"
NEW_NAME="${DOC_DIR}/executor-azure-devops-server.html"
cp "$REDOC_FILE" "$NEW_NAME"
echo "Renamed and copied $REDOC_FILE to $NEW_NAME"

Expand Down

0 comments on commit 12e28d0

Please sign in to comment.