diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 13:04:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 13:04:50 -0300 |
commit | 7da6757ffa1ea11071076a3d82a89cee3df1b8e4 (patch) | |
tree | c28eb1aeb106d03612fa1c5f627ba85957af7e4c | |
parent | d0fe423914448677a85c5558daf31713c6e5e6bd (diff) | |
download | hydra-7da6757ffa1ea11071076a3d82a89cee3df1b8e4.tar.gz hydra-7da6757ffa1ea11071076a3d82a89cee3df1b8e4.tar.bz2 |
Updating deploy commit
-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 d8c206b..cb91fbc 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="3577626b1014036e0df1786b616ddd53c6225081" + export COMMIT="d0fe423914448677a85c5558daf31713c6e5e6bd" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |