Skip to content

Commit b32baff

Browse files
authored
Update create.sh
1 parent 1356a65 commit b32baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ $# -ne 1 ]; then
1414
fi
1515

1616
INPUT="$1"
17-
17+
head -10 "$INPUT"
1818
git config --global user.email "[email protected]"
1919
git config --global user.name "Dependabot Standalone"
2020
git config --global advice.detachedHead false

0 commit comments

Comments
 (0)