Skip to content

Commit

Permalink
FIX local command flag added to example
Browse files Browse the repository at this point in the history
  • Loading branch information
philcryer committed Oct 12, 2016
1 parent 84f22da commit 8bb50e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_source/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module "helloWorld.hcl" "hello" {
}
```

Now try running `converge plan helloYou.hcl`. The same thing happens as if you
Now try running `converge plan --local helloYou.hcl`. The same thing happens as if you
had called the module yourself!

But once again, how does this effect our graph? You remember before that we had
Expand Down

0 comments on commit 8bb50e0

Please sign in to comment.