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 d8eecfb..61af4b8 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="07726159c5f65e7e3086bb3e042584393957ab6f" + export COMMIT="2fd48674cb047738c0ba5a33872f68898cc89f4e" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |