diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 14:01:05 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 14:01:05 -0200 |
commit | 2671f6c61689f3fec484bcac26dfed0ea7673a2a (patch) | |
tree | 2a22f42e2a7ed96cc4a07b65febc2765d4f53c14 | |
parent | 80acdbc5925e1ecf1d2940a17220197fcad9a38d (diff) | |
download | hydra-2671f6c61689f3fec484bcac26dfed0ea7673a2a.tar.gz hydra-2671f6c61689f3fec484bcac26dfed0ea7673a2a.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 9a8062c..ea02dd0 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="3209091c8e6701a774cef725396766392ee3846e" + export COMMIT="80acdbc5925e1ecf1d2940a17220197fcad9a38d" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |