diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 17:53:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 17:53:36 -0300 |
commit | 212d5208b39bfc4cf7f7b6ca1fa30a6afed0b7de (patch) | |
tree | a56d9895eefde4ac62278124b1825c0ee41c5789 | |
parent | 57261bb474b12207b4754deb4656e6f6e7d84e73 (diff) | |
download | hydra-212d5208b39bfc4cf7f7b6ca1fa30a6afed0b7de.tar.gz hydra-212d5208b39bfc4cf7f7b6ca1fa30a6afed0b7de.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 95b1e7c..91fb3df 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="b113fdd909995127ab626406dd0de75f8d4c0670" + export COMMIT="57261bb474b12207b4754deb4656e6f6e7d84e73" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |