diff options
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 eb0a9aa..e19a8fa 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="521ddcbf9531a45f3f2d7112e416cef57fc5c3b2" + export COMMIT="d3ab3e44f02ed24cd2d5f8f3053ea69b8704d33f" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |