diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-13 10:34:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-13 10:34:04 -0300 |
commit | 3a792aea7557a98ad55f1c5bf775fd20388873d1 (patch) | |
tree | 69b89fb7f11c0ee7d1698c8ce002526220416535 | |
parent | d99c33ac5bbee61c3f9f53eee8156fd57fa12553 (diff) | |
download | hydra-3a792aea7557a98ad55f1c5bf775fd20388873d1.tar.gz hydra-3a792aea7557a98ad55f1c5bf775fd20388873d1.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 28e73e4..cc39afd 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="3ce7b1337482c20ac6f81e3b8bca0fdae549655f" + export COMMIT="d99c33ac5bbee61c3f9f53eee8156fd57fa12553" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |