diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 18:23:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 18:23:03 -0200 |
commit | 39f407bdb202bea2fb81d4f66ce46618890ec2a7 (patch) | |
tree | 4ce1898db8a79672818a027d07eb1a4baba4b6c6 /lib | |
parent | bbf1237da5f0b02c98fb466441a82f249f1e19c7 (diff) | |
download | hydra-39f407bdb202bea2fb81d4f66ce46618890ec2a7.tar.gz hydra-39f407bdb202bea2fb81d4f66ce46618890ec2a7.tar.bz2 |
Updating deploy commit
Diffstat (limited to 'lib')
-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 ceefe7b..24db45b 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="fe5a39c67cce00a95764c40a6abb4198a461bd3a" + export COMMIT="bbf1237da5f0b02c98fb466441a82f249f1e19c7" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |