From fea115bcbca69980b4688da12256115130e3216f Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 6 Feb 2024 14:03:44 -0500 Subject: [PATCH] ops: Fix obvious bug in cache heater script --- production/nginx-cache-heater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/nginx-cache-heater b/production/nginx-cache-heater index 00fc6ea7a..4bbe8ee15 100755 --- a/production/nginx-cache-heater +++ b/production/nginx-cache-heater @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -hostname=mempool.space +hostname=$(hostname) heat() {