diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 23:13:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-14 23:13:49 -0200 |
commit | 2d8106f3a838aadd4e2bc419d21ad4bd37520273 (patch) | |
tree | 5a59decd7e726ec9f1866256e61147691323020e /lib | |
parent | cc48800add775273fb7440d62b67048493d66528 (diff) | |
download | hydra-2d8106f3a838aadd4e2bc419d21ad4bd37520273.tar.gz hydra-2d8106f3a838aadd4e2bc419d21ad4bd37520273.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 4ca961e..dfb395f 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="a392569ae17ffdf1c3b0be5430bb4e01943fdde4" + export COMMIT="cc48800add775273fb7440d62b67048493d66528" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |