diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-11 13:01:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-11 13:01:58 -0300 |
commit | b54f7b0e304b0b1888f1eaf4f211d9a37d2c3863 (patch) | |
tree | d634dde681a6173b7104bfa642d0a1cf33a5bea9 /lib | |
parent | d682a8c99f2842dd33102019cb39a903c4a9fe2a (diff) | |
download | hydra-b54f7b0e304b0b1888f1eaf4f211d9a37d2c3863.tar.gz hydra-b54f7b0e304b0b1888f1eaf4f211d9a37d2c3863.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 0f14327..3e9caac 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="25452fbec218ab3815095899b7b89599d33b170c" + export COMMIT="d682a8c99f2842dd33102019cb39a903c4a9fe2a" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |