diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-29 00:39:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-29 00:39:50 -0300 |
commit | 2eb41cfc85d241cb02a6e78291bd4e8d8000f96d (patch) | |
tree | 582762f8048af3931833b9ceaf46229a582dfa07 /lib | |
parent | 513df49fcc0bc04acaf232e1b09834a7d9af795d (diff) | |
download | hydra-2eb41cfc85d241cb02a6e78291bd4e8d8000f96d.tar.gz hydra-2eb41cfc85d241cb02a6e78291bd4e8d8000f96d.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 61af4b8..e765f87 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="2fd48674cb047738c0ba5a33872f68898cc89f4e" + export COMMIT="513df49fcc0bc04acaf232e1b09834a7d9af795d" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |