diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 16:01:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 16:01:46 -0300 |
commit | 08d3bfe235980d5e8cd4f009ae5750b6a364e0ae (patch) | |
tree | 82752c90fe3dde2ec698a527de60a345b0b6bc0c | |
parent | 95ee30a40f2285e64042e96c3c1e85df2e34dead (diff) | |
download | hydra-08d3bfe235980d5e8cd4f009ae5750b6a364e0ae.tar.gz hydra-08d3bfe235980d5e8cd4f009ae5750b6a364e0ae.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 281d07e..e4a514b 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="34436819486cf71510f0bc46982dca03cd6e80a1" + export COMMIT="95ee30a40f2285e64042e96c3c1e85df2e34dead" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |