fix: 실수로 커밋된 중복 스크립트 제거 - #12
Merged
Merged
Conversation
scripts/check-mirror-sync 2.sh는 scripts/check-mirror-sync.sh와 바이트 단위로 동일한 사본이다. 이 작업 폴더에서 파일 동기화가 만들어 내는 " 2" 접미사 사본이 직전 커밋의 git add -A에 딸려 들어갔다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scripts/check-mirror-sync 2.sh를 지웁니다.scripts/check-mirror-sync.sh와 바이트 단위로 동일한 사본(diff 차이 없음)이며, 이 작업 폴더에서 파일 동기화가 만들어 내는" 2"접미사 사본이 PR #11의git add -A에 딸려 들어간 것입니다.동작에는 영향이 없었지만(CI는
scripts/check-mirror-sync.sh를 실행합니다) 저장소에 남길 파일이 아닙니다.🤖 Generated with Claude Code