From e3bb200937c1e2eb55a8fed67e95b5a7187212b3 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 8 Apr 2023 22:40:14 +0200 Subject: [PATCH] fix shebang for git hook for OpenBSD --- .githooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-push b/.githooks/pre-push index 12a39a4..7802640 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # create static files with hugo and upload them with rsync # to my webserver # created: 2023-03-26T23:27:11+0200