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 3e9caac..1bee87b 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="d682a8c99f2842dd33102019cb39a903c4a9fe2a" + export COMMIT="02dc243883d5e5a827c4cb1f3eb94288a97fbb57" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |