Skip to content

Commit

Permalink
Fixes parser error in vpc example.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoolim authored and vishakha2306 committed Apr 11, 2019
1 parent 2f46020 commit f1630da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ec2/vpc.gyro
Expand Up @@ -20,7 +20,8 @@ workflow 'replace-vpc'

transition-prompt: 'What next?'

transition 'swap' to: 'swap-vpcs'
transition 'swap'
to: 'swap-vpcs'
description: 'Swap the VPCs'
end
end
Expand Down

0 comments on commit f1630da

Please sign in to comment.