Skip to content

Commit

Permalink
Merge pull request #1478 from otto-gebb/dot-graph
Browse files Browse the repository at this point in the history
Fix documentation glitch introduced in #1469
  • Loading branch information
forki authored Mar 2, 2017
2 parents 65e7ba0 + 863094d commit 0a3f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/specifictargets.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Say, the build script `build.fsx` defines the target dependencies as follows:
The following command saves the target dependency graph in the `graph.png` file (PowerShell syntax):

```
FAKE.exe build.fsx -dg | & 'C:\Program Files (x86)\Graphviz2.38\bin\dot.exe' -Tpng -o ./graph.png
FAKE.exe build.fsx -dg | & 'C:/Program Files (x86)/Graphviz2.38/bin/dot.exe' -Tpng -o ./graph.png
```

resulting in an image like this:
Expand Down

0 comments on commit 0a3f08b

Please sign in to comment.