Skip to content

Commit

Permalink
Fix a wrong decoration
Browse files Browse the repository at this point in the history
Should be included inside of \`\`
  • Loading branch information
objectx authored Apr 19, 2020
1 parent ad38d03 commit 5b18bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/markdown/core-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Target.runOrDefault "Deploy"
Now we have the following options:
- `fake run build.fsx -t "Build"` --> starts the *Build* target and runs the dependency *Clean*
- `fake run build.fsx -t "Build"` --single-target --> starts only the *Build* target and runs no dependencies
- `fake run build.fsx -t "Build" --single-target` --> starts only the *Build* target and runs no dependencies
- `fake run build.fsx -s -t Build` --> starts only the *Build* target and runs no dependencies
- `fake run build.fsx` --> starts the Deploy target (and runs the dependencies *Clean* and *Build*)
Expand Down

0 comments on commit 5b18bdf

Please sign in to comment.