From 4670fe53f84e1e5a91b1032f10bb595838c7c13f Mon Sep 17 00:00:00 2001 From: Noah Pendleton <2538614+noahp@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:03:17 -0400 Subject: [PATCH] Fix typo in stm32cubeide article --- _posts/2024-08-01-github-actions-for-stm32cubeide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-01-github-actions-for-stm32cubeide.md b/_posts/2024-08-01-github-actions-for-stm32cubeide.md index b841b584..439b5042 100644 --- a/_posts/2024-08-01-github-actions-for-stm32cubeide.md +++ b/_posts/2024-08-01-github-actions-for-stm32cubeide.md @@ -108,7 +108,7 @@ Below is the final Dockerfile I used to create the image, with some comments explaining the more exotic parts. ```dockerfile -# This is the newest Ubuntu version with simple support for STM32CubeIDE- it +# This is the newest Ubuntu version with simple support for STM32CubeIDE- # the Cube .deb has a dependency on the python2.7 package, which is no longer # available in the latest Ubuntu LTS 24.04 FROM ubuntu:22.04