Skip to content

Commit

Permalink
fix: add "-R" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 23, 2023
1 parent edf5e6f commit cfd8d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/commands/about/getPulumiVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports.getPulumiVersions = async () => {
"info",
"@pulumi/pulumi",
"-A",
"-R",
"--name-only",
"--json"
]);
Expand All @@ -24,6 +25,7 @@ module.exports.getPulumiVersions = async () => {
"info",
"@pulumi/aws",
"-A",
"-R",
"--name-only",
"--json"
]);
Expand Down

0 comments on commit cfd8d7a

Please sign in to comment.