Skip to content

Commit

Permalink
fixed get to require
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharshahrs committed Sep 28, 2020
1 parent 49056a5 commit f01feec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
config = Config()

# reading in vpc StackReference Path from local config
mystackpath = config.get("mystackpath")
mystackpath = config.require("mystackpath")

# setting the StackReference
mycrosswalkvpc = StackReference(mystackpath)
Expand Down

0 comments on commit f01feec

Please sign in to comment.