diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 19:25:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 19:25:56 -0200 |
commit | 331b45dcfb570be655bbdf5a39a9e895b043c97a (patch) | |
tree | 2cf4c0effe2692425b6a987a23cd6d79a8fe8543 /lib | |
parent | 1a8a7ac0dd51375b1bc70269ea53c9335da8bbfd (diff) | |
download | hydra-331b45dcfb570be655bbdf5a39a9e895b043c97a.tar.gz hydra-331b45dcfb570be655bbdf5a39a9e895b043c97a.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 79a3631..80e2b30 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="40cc258b07fb9998705c8410d901e05a8973195e" + export COMMIT="1a8a7ac0dd51375b1bc70269ea53c9335da8bbfd" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |