diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 19:00:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 19:00:27 -0200 |
commit | 110e4b714bdb90b34c994963744ddb38b6af2f40 (patch) | |
tree | c2c5987b557aadeb8aa9c757f13fc78d3b4391ca /lib | |
parent | 40cc258b07fb9998705c8410d901e05a8973195e (diff) | |
download | hydra-110e4b714bdb90b34c994963744ddb38b6af2f40.tar.gz hydra-110e4b714bdb90b34c994963744ddb38b6af2f40.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 010342a..79a3631 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="c17805126ebbe17dabe4ba0bb966469c4439c24d" + export COMMIT="40cc258b07fb9998705c8410d901e05a8973195e" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |