Skip to content

Commit 7d58aff

Browse files
committed
Fix shebang
/bin/bash does not work on NixOS.
1 parent 466e51e commit 7d58aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Start a dummy local release process, without making changes to any production
33
# system. This requires docker and docker-compose to be installed.
44

0 commit comments

Comments
 (0)