1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00

use sh intead of bash for the sake of testing on the docker image

This commit is contained in:
Jesse Duffield 2019-03-02 20:57:37 +11:00
parent 273678f081
commit 0a1298765c

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -ex; rm -rf repo; mkdir repo; cd repo
git init