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 28e73e4..cc39afd 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="3ce7b1337482c20ac6f81e3b8bca0fdae549655f" + export COMMIT="d99c33ac5bbee61c3f9f53eee8156fd57fa12553" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |