diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 18:56:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 18:56:04 -0200 |
commit | f7e733c22580102bed35b1e9779465fad16e9027 (patch) | |
tree | ae21529fd19333d45f0ef1bd1452126e5b0127e0 | |
parent | fe5a39c67cce00a95764c40a6abb4198a461bd3a (diff) | |
download | hydra-f7e733c22580102bed35b1e9779465fad16e9027.tar.gz hydra-f7e733c22580102bed35b1e9779465fad16e9027.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 5318ba8..ceefe7b 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="9b5585cfccb0738a840a55f2d57877f8363ec7f8" + export COMMIT="fe5a39c67cce00a95764c40a6abb4198a461bd3a" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |