Skip to content

Commit

Permalink
Fix syntax error in toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 4, 2023
1 parent b6d45b5 commit 3270491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/20/jammy/Polly.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[container_image]
name = "node"
tags = ["20.5.1-jammy", "20.5-jammy", "20-jammy", "current", 'current-jammy", "latest"]
tags = ["20.5.1-jammy", "20.5-jammy", "20-jammy", "current", "current-jammy", "latest"]
platforms=["linux/arm64","linux/amd64"]
readme = 'node/README.md'

0 comments on commit 3270491

Please sign in to comment.