diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 18:58:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 18:58:26 -0200 |
commit | 180b8d34edfd37c199d5ce11bfc648ccd8ae8639 (patch) | |
tree | ff1d8a25d98eefb8b8ac6fb86de249f5e415be03 | |
parent | 439d340c3daeb7e186366a05877141907d0ba66d (diff) | |
download | hydra-180b8d34edfd37c199d5ce11bfc648ccd8ae8639.tar.gz hydra-180b8d34edfd37c199d5ce11bfc648ccd8ae8639.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 72d8546..0de9713 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="a1d2da9a06ef2792a3e40032bb447c6e9d9d292e" + export COMMIT="439d340c3daeb7e186366a05877141907d0ba66d" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |