diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-13 10:52:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-13 10:52:09 -0300 |
commit | 89cbd0068871748ff54b2c53c6121129d91c1b03 (patch) | |
tree | 6bdecc6c7db355791bcb71fb875fe19db14646d8 /lib | |
parent | d519cd6ee033cf412c800ca5be67e0c53fa7b73b (diff) | |
download | hydra-89cbd0068871748ff54b2c53c6121129d91c1b03.tar.gz hydra-89cbd0068871748ff54b2c53c6121129d91c1b03.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 cc39afd..7fada43 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="d99c33ac5bbee61c3f9f53eee8156fd57fa12553" + export COMMIT="d519cd6ee033cf412c800ca5be67e0c53fa7b73b" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |