mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -ex; rm -rf repo; mkdir repo; cd repo
|
||||
|
||||
git init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue