diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 13:44:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 13:44:17 -0200 |
commit | 082dba6fc6bf38d175a8209a2946eb604e84d803 (patch) | |
tree | acba67f76b5f1a70b550b8a234ea5eeb19af3774 | |
parent | 3209091c8e6701a774cef725396766392ee3846e (diff) | |
download | hydra-082dba6fc6bf38d175a8209a2946eb604e84d803.tar.gz hydra-082dba6fc6bf38d175a8209a2946eb604e84d803.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 2609974..9a8062c 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="58f208585c18daa787d0429bc7efccbd182e9cd2" + export COMMIT="3209091c8e6701a774cef725396766392ee3846e" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |