Skip to content

Commit 4e09fc7

Browse files
committed
Update documentation about sprig
1 parent 64cfdd8 commit 4e09fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ This works for all types of variables.
510510
Task parse commands as [Go's template engine][gotemplate] before executing
511511
them. Variables are accessible through dot syntax (`.VARNAME`).
512512

513-
All functions by the Go's [sprig lib](http://masterminds.github.io/sprig/)
513+
All functions by the Go's [slim-sprig lib](https://go-task.github.io/slim-sprig/)
514514
are available. The following example gets the current date in a given format:
515515

516516
```yaml

0 commit comments

Comments
 (0)