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 80e2b30..619f83d 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="1a8a7ac0dd51375b1bc70269ea53c9335da8bbfd" + export COMMIT="a52af18b09cb6f50962e0e5161921485194903da" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |