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

Commit e047005

Browse files
committed
FIX: publish script
1 parent 6629420 commit e047005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
git checkout origin master
3+
git checkout master
44
apm publish "$0"
5-
git checkout origin dev
5+
git checkout dev
66

77
exit

0 commit comments

Comments
 (0)