diff options
-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 5202ac2..1ee117b 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="91077342bfff563d4a1d6c0031ddaa3b9358d021" + export COMMIT="5530d9e3c8a2fee58dc09319da707b15026f5a02" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |