Skip to content

Commit b43eb85

Browse files
committed
インデント修正
1 parent ae21b83 commit b43eb85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sakura/githash.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ exit /b 0
117117
if "%APPVEYOR_REPO_PROVIDER%"=="gitHub" (
118118
set GITHUB_ON=1
119119
)
120-
set PREFIX_GITHUB=https://github.com
120+
121+
set PREFIX_GITHUB=https://github.com
121122
if "%GITHUB_ON%" == "1" (
122123
set "GITHUB_COMMIT_URL=%PREFIX_GITHUB%/%CI_REPO_NAME%/commit/%GIT_COMMIT_HASH%"
123124
@rem Not Pull Request

0 commit comments

Comments
 (0)