Skip to content

Commit 89a9142

Browse files
committed
checkin
1 parent b99d303 commit 89a9142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if [ -z $1 ]
55
exit 1
66
fi
77
git add README.md
8-
git add leetcode/$1*
8+
git add leetcode/$1.*
99
git commit -m $1
1010
git push

0 commit comments

Comments
 (0)