diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 11:52:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 11:52:38 -0300 |
commit | 1895000807e839f2719b6a965dfc0b949d165382 (patch) | |
tree | 9fcca0280d29f9cb32098646937ac075e70ca5d2 /lib | |
parent | 91077342bfff563d4a1d6c0031ddaa3b9358d021 (diff) | |
download | hydra-1895000807e839f2719b6a965dfc0b949d165382.tar.gz hydra-1895000807e839f2719b6a965dfc0b949d165382.tar.bz2 |
Updating deploy commit
Diffstat (limited to 'lib')
-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 cb91fbc..5202ac2 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="d0fe423914448677a85c5558daf31713c6e5e6bd" + export COMMIT="91077342bfff563d4a1d6c0031ddaa3b9358d021" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |