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 873601e..dfedddf 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="e684dc31d6ec89f2eee7167d82417c00f10a27aa" + export COMMIT="d5aaec1165c5cf529a70907c31f24164ee12188a" export CONFIG="$HOME/.hydra/config" export ACTION="$1" |