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 5318ba8..ceefe7b 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="9b5585cfccb0738a840a55f2d57877f8363ec7f8" + export COMMIT="fe5a39c67cce00a95764c40a6abb4198a461bd3a" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |