diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 14:51:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 14:51:26 -0300 |
commit | 7518602cddaaeb1b931a6b3a46505c427480c40e (patch) | |
tree | 364ca113ab333f5dfe2a5feb1364dd5ec74d6712 | |
parent | 63da39a917974cf60f5662bb87f927de58cfa356 (diff) | |
download | hydra-7518602cddaaeb1b931a6b3a46505c427480c40e.tar.gz hydra-7518602cddaaeb1b931a6b3a46505c427480c40e.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 296b658..eaefb4f 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="ac843435c1226fe3501e7eb9275c66c4a73d8fce" + export COMMIT="63da39a917974cf60f5662bb87f927de58cfa356" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |