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:
parent
273678f081
commit
0a1298765c
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -ex; rm -rf repo; mkdir repo; cd repo
|
||||
|
||||
git init
|
||||
|
Loading…
x
Reference in New Issue
Block a user