diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 14:05:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 14:05:01 -0200 |
commit | d327eb0a305e99974015621adb7b81bb7536fd7c (patch) | |
tree | 43c0ac43fdb4d2c8f9be1b029aec8546849ec380 | |
parent | aea668e7b773ab30aed96119404b7e7c72c7e59c (diff) | |
download | hydra-d327eb0a305e99974015621adb7b81bb7536fd7c.tar.gz hydra-d327eb0a305e99974015621adb7b81bb7536fd7c.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 ab6f884..ef16d69 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="72f516c1b8946657c7a02e5b13b7732424732a66" + export COMMIT="aea668e7b773ab30aed96119404b7e7c72c7e59c" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |