1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add some emphasis.

This commit is contained in:
jbranchaud
2015-09-04 14:36:22 -05:00
parent f3861a6dfb
commit be2b706cb1

View File

@@ -18,7 +18,7 @@ end
This doesn't work though. No matter how many items are in the list, the
`build` task only seems to get run once. This is because by default tasks
can only be invoked once in a given context. To get around this, the task
needs to be reenabled after each invocation.
needs to be _reenabled_ after each invocation.
```ruby
namespace :build do