Skip to content

Commit

Permalink
Fixed a documentation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture committed Jan 27, 2015
1 parent eb0b67a commit 2614ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The work performed by a [Task](tasks.md) or [LRP](lrps.md) is expressed in terms
The following actions are available. The details are presented below:

- [`RunAction`](#runaction): runs a process in the container
- [`DownloadAction`](#donwloadaction): fetches an archive (`.tgz` or `.zip`) and extracts it into the container
- [`DownloadAction`](#downloadaction): fetches an archive (`.tgz` or `.zip`) and extracts it into the container
- [`UploadAction`](#uploadaction): uploads a single file, in the container, to a URL via POST
- [`ParallelAction`](#parallelaction): runs multiple actions in parallel.
- [`SerialAction`](#serialaction): runs multiple actions in order.
Expand Down

0 comments on commit 2614ac3

Please sign in to comment.