Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 2987127

Browse files
committed
Fix syntax error in checkout script.
1 parent f49bb29 commit 2987127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkout

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ get_spongepowered_remote() {
66
checkout() {
77
if git rev-parse $1>/dev/null 2>/dev/null
88
then git checkout $1
9-
else git checkout -b `get-spongepowered-remote`/$1 $1
9+
else git checkout -b `get_spongepowered_remote`/$1 $1
1010
fi
1111
}
1212

0 commit comments

Comments
 (0)