Skip to content

Commit

Permalink
feat: add nerdletState to validation query
Browse files Browse the repository at this point in the history
  • Loading branch information
natecanfield822 committed Feb 1, 2022
1 parent f96c31f commit c20081b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/create-validate-install-plans.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const buildInstallPlanDirectiveVariable = ({ mode, destination }) => {
return {
nerdlet: {
nerdletId: destination && destination.nerdletId,
nerdletState: destination && destination.nerdletState,
},
};
default:
Expand Down

0 comments on commit c20081b

Please sign in to comment.