Skip to content

Commit

Permalink
fix git flow wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed Mar 21, 2024
1 parent ba2b6df commit 6562cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.command
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT_ROOT=$(pwd)

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

0 comments on commit 6562cd1

Please sign in to comment.