Skip to content

Commit

Permalink
Merge pull request #252 from Automattic/fix-ccr
Browse files Browse the repository at this point in the history
fix(cron-control-runner): issues in devcontainer-feature.json
  • Loading branch information
sjinks authored Jun 21, 2024
2 parents d994518 + dd0e86b commit a073b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/src/cron-control-runner/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "cron-control-runner",
"version": "1.0.0",
"name": "Cron Control Runner",
"version": "1.0.1",
"description": "Installs Cron Control Runner into the Dev Environment",
"options": {
"enabled": {
Expand Down Expand Up @@ -30,6 +31,7 @@
}
},
"installsAfter": [
"ghcr.io/automattic/vip-codespaces/entrypoints",
"ghcr.io/automattic/vip-codespaces/wp-cli"
]
}

0 comments on commit a073b2b

Please sign in to comment.