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 9aca158..fb12258 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="bbf1237da5f0b02c98fb466441a82f249f1e19c7" + export COMMIT="6610a0d6b283393c59df03bf19a27e524149f5f4" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |