diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 12:37:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 12:37:43 -0200 |
commit | ff02ee70857544db261125c83e39aff7fd892b0d (patch) | |
tree | 517998cee1cbbef4e01c63add5f26757e63a7cd1 | |
parent | 6610a0d6b283393c59df03bf19a27e524149f5f4 (diff) | |
download | hydra-ff02ee70857544db261125c83e39aff7fd892b0d.tar.gz hydra-ff02ee70857544db261125c83e39aff7fd892b0d.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 9aca158..fb12258 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="bbf1237da5f0b02c98fb466441a82f249f1e19c7" + export COMMIT="6610a0d6b283393c59df03bf19a27e524149f5f4" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |