diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-22 16:50:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-22 16:50:45 -0300 |
commit | 04ffe1502183039ffcefa391573f356f8e398a9c (patch) | |
tree | a16925770d8901cbff89744e4a376fb45e2aa8d0 | |
parent | 1d461f883e9f9667afdbf49e00f5dd7b8ad08c93 (diff) | |
download | hydra-04ffe1502183039ffcefa391573f356f8e398a9c.tar.gz hydra-04ffe1502183039ffcefa391573f356f8e398a9c.tar.bz2 |
Updating deploy commit
-rw-r--r-- | lib/hydra/misc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc index 1e3dd8d..74bcaec 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -2,7 +2,7 @@ # Set needed environment variables and do basic checks function hydra_set_env { - export COMMIT="d224c84e790c3e4486ffa9dc2a0e49627bb801e0" + export COMMIT="1d461f883e9f9667afdbf49e00f5dd7b8ad08c93" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |