Message ID | pull.1532.git.1683904156670.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 022fbb655d371db6382415bcfba5cdf741afeb41 |
Headers | show |
Series | t5583: fix shebang line | expand |
diff --git a/t/t5583-push-branches.sh b/t/t5583-push-branches.sh index 29a5c5601bd..e7e1b6dab66 100755 --- a/t/t5583-push-branches.sh +++ b/t/t5583-push-branches.sh @@ -1,4 +1,4 @@ -#!bin/sh +#!/bin/sh test_description='check the consisitency of behavior of --all and --branches'