From ca613ad3aa22cd3afb283625afbb3d56c19b71a3 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 29 Aug 2023 17:07:52 +0200 Subject: [PATCH] change shebang to nixos-compatible one --- documentation/bump_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/bump_versions.sh b/documentation/bump_versions.sh index 6201119a77..03e698faac 100755 --- a/documentation/bump_versions.sh +++ b/documentation/bump_versions.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # this takes two args: platform release version and wallet release version. # it then uses sed to bump them in the three book.toml files. #