diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-08 13:36:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-08 13:36:03 -0300 |
commit | 9759df4669f3a5b95c794a4269693cfb3ec5dd8e (patch) | |
tree | 0f4401d3125c59160c6f57ede7e425885eded358 | |
parent | d5aaec1165c5cf529a70907c31f24164ee12188a (diff) | |
download | hydra-9759df4669f3a5b95c794a4269693cfb3ec5dd8e.tar.gz hydra-9759df4669f3a5b95c794a4269693cfb3ec5dd8e.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 873601e..dfedddf 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="e684dc31d6ec89f2eee7167d82417c00f10a27aa" + export COMMIT="d5aaec1165c5cf529a70907c31f24164ee12188a" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |