diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-14 21:37:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-14 21:37:04 -0300 |
commit | beee0bf4eac2157b4216b0318ef33a1038b0dbd6 (patch) | |
tree | 0318e102452367a903e5338614eacc16f7be9ca6 | |
parent | ac843435c1226fe3501e7eb9275c66c4a73d8fce (diff) | |
download | hydra-beee0bf4eac2157b4216b0318ef33a1038b0dbd6.tar.gz hydra-beee0bf4eac2157b4216b0318ef33a1038b0dbd6.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 7fada43..296b658 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="d519cd6ee033cf412c800ca5be67e0c53fa7b73b" + export COMMIT="ac843435c1226fe3501e7eb9275c66c4a73d8fce" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |