Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-imai committed Jul 23, 2024
1 parent 7ef970b commit bbebdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ npx cdk deploy \
--context deploySoracomAirMetadataSource=1 \
--context deploySoracomAirSmsSink=1 \
--context deploySoracomHarvestDataSource=1 \
--context deploySoracomImageSource=1 \
--context deploySoracamImageSource=1 \
--context deployGoogleSheetsSink=1 \
--context deployPhoneCallSink=1 \
--context soracomAuthKeyId="${SORACOM_AUTH_KEY_ID}" \
Expand Down
2 changes: 1 addition & 1 deletion bin/flux-toys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const props: FluxToysStackProps = {
)
? true
: false,
deploySoracamImageSource: app.node.tryGetContext("deploySoracomImageSource")
deploySoracamImageSource: app.node.tryGetContext("deploySoracamImageSource")
? true
: false,
deployGoogleSheetsSink: app.node.tryGetContext("deployGoogleSheetsSink")
Expand Down

0 comments on commit bbebdd9

Please sign in to comment.