Skip to content

Commit

Permalink
// -> # for commented line
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle committed Oct 15, 2024
1 parent d6380bb commit 28555e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
echo "Removing large packages"
sudo apt-get update
// check if pkgs exist before removing them
# check if pkgs exist before removing them
if dpkg -l | grep -q '^dotnet-.*'; then
sudo apt-get remove -y '^dotnet-.*'
fi
Expand Down

0 comments on commit 28555e0

Please sign in to comment.