diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 18:42:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 18:42:00 -0200 |
commit | 080f304555fd6bf06dc5ab10267836536a560e1c (patch) | |
tree | 313cb6ea36fc4682a7090570ece168eddb69e45f | |
parent | c17805126ebbe17dabe4ba0bb966469c4439c24d (diff) | |
download | hydra-080f304555fd6bf06dc5ab10267836536a560e1c.tar.gz hydra-080f304555fd6bf06dc5ab10267836536a560e1c.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 fb6470c..010342a 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="8b9259f6baa1804576e97a98be7fef23caaca6f0" + export COMMIT="c17805126ebbe17dabe4ba0bb966469c4439c24d" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |