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 ef16d69..8f646cf 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="aea668e7b773ab30aed96119404b7e7c72c7e59c" + export COMMIT="deb7b6a341dc37b196217ded1c9a03046e82d91b" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |