aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_state.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-08-22 16:47:22 -0500
committerTristan Sloughter <[email protected]>2015-08-22 16:47:22 -0500
commitb8d1267dc23b048646262827dae67f93f20a7d46 (patch)
tree81ac9de2e2016934d2bdb9f3354d8e11fc1ebb76 /src/rlx_state.erl
parent0c7bc0422d1cd85eb1b627406316a6508b2d7b9e (diff)
parent781d4d76ac89d7184214e44523a720e23de781bc (diff)
downloadrelx-b8d1267dc23b048646262827dae67f93f20a7d46.tar.gz
relx-b8d1267dc23b048646262827dae67f93f20a7d46.tar.bz2
relx-b8d1267dc23b048646262827dae67f93f20a7d46.zip
Merge pull request #381 from alvelcom/user-actions
Possibility for plugins to create custom actions/tasks
Diffstat (limited to 'src/rlx_state.erl')
-rw-r--r--src/rlx_state.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_state.erl b/src/rlx_state.erl
index 01bc07c..42cd730 100644
--- a/src/rlx_state.erl
+++ b/src/rlx_state.erl
@@ -125,7 +125,7 @@
rlx_release:t()).
-type cmd_args() :: proplists:proplist().
-type caller() :: command_line | api.
--type action() :: release | relup | tar.
+-type action() :: atom().
-opaque t() :: #state_t{}.