Skip to content

Commit 6562cd1

Browse files
committed
fix git flow wrong
1 parent ba2b6df commit 6562cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.command

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT_ROOT=$(pwd)
99

1010
rm -rf build 戴铭的开发小册子.app
1111
cd SwiftPamphletApp
12-
if grep -q 'gitHubAccessToken = ""' ./SwiftPamphletAppConfig.swift ; then
12+
if grep -q 'gitHubAccessToken = ""' ./App/SwiftPamphletAppConfig.swift ; then
1313
echo "please setup your personal access token to SwiftPamphletAppConfig.swift" && exit
1414
fi
1515
cd ..

0 commit comments

Comments
 (0)