diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 16:21:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 16:21:03 -0300 |
commit | 0ce875e1aa2fb0e891abbde8400ae0e2f027218a (patch) | |
tree | 49c16c57fe8a3cb1026d7cc2a5f969fb6e76b116 /lib | |
parent | 238082d2fe4efa5b83153bba8681c3ad582a07ab (diff) | |
download | hydra-0ce875e1aa2fb0e891abbde8400ae0e2f027218a.tar.gz hydra-0ce875e1aa2fb0e891abbde8400ae0e2f027218a.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 eaefb4f..048a3ff 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="63da39a917974cf60f5662bb87f927de58cfa356" + export COMMIT="238082d2fe4efa5b83153bba8681c3ad582a07ab" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |