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