Skip to content

Commit

Permalink
fix: fix succeeded/completed state for Compose onboarding (podman-des…
Browse files Browse the repository at this point in the history
…ktop#4947)

Signed-off-by: Philippe Martin <[email protected]>
  • Loading branch information
feloy authored Nov 22, 2023
1 parent cb20a42 commit 3faee67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extensions/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"id": "composeDownloaded",
"title": "Compose Successfully Downloaded",
"when": "onboardingContext:composeIsNotDownloaded == false",
"state": "succeeded",
"content": [
[
{
Expand Down Expand Up @@ -116,7 +115,7 @@
"id": "composeInstalledSystemWide",
"title": "Compose Successfully Installed",
"when": "compose.isComposeInstalledSystemWide == true",
"state": "succeeded",
"state": "completed",
"content": [
[
{
Expand All @@ -139,7 +138,10 @@
"compose.binary.installComposeSystemWide": {
"type": "boolean",
"default": false,
"scope": ["DEFAULT", "Onboarding"],
"scope": [
"DEFAULT",
"Onboarding"
],
"hidden": true,
"description": "Install system-wide instead of just your user directory, so compose can be accessed on the command line. Note: You may be prompted for elevated system privileges when enabling this."
}
Expand Down

0 comments on commit 3faee67

Please sign in to comment.