diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 17:15:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 17:15:29 -0300 |
commit | 8ee212f4e5d675c46901057a015caf3506a9a55d (patch) | |
tree | 7c35e0e0f8ff4ae420457cb77d9e964e47a0be37 | |
parent | b113fdd909995127ab626406dd0de75f8d4c0670 (diff) | |
download | hydra-8ee212f4e5d675c46901057a015caf3506a9a55d.tar.gz hydra-8ee212f4e5d675c46901057a015caf3506a9a55d.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 4e4a288..95b1e7c 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="00ac0f8dcd83209f4ff2629bb04aa16af748832b" + export COMMIT="b113fdd909995127ab626406dd0de75f8d4c0670" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |