diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 16:08:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-23 16:08:59 -0300 |
commit | 2bb8c166cb75cfda6a5a7aa3aec06b07f79884db (patch) | |
tree | a2e5a3cb6e03c04c803db81f836d20dbb91036e2 /lib | |
parent | 00ac0f8dcd83209f4ff2629bb04aa16af748832b (diff) | |
download | hydra-2bb8c166cb75cfda6a5a7aa3aec06b07f79884db.tar.gz hydra-2bb8c166cb75cfda6a5a7aa3aec06b07f79884db.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 e4a514b..4e4a288 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="95ee30a40f2285e64042e96c3c1e85df2e34dead" + export COMMIT="00ac0f8dcd83209f4ff2629bb04aa16af748832b" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |