Skip to content

Commit 9bcdf5e

Browse files
committed
[#336] 필요없는 주석 제거
1 parent 8882119 commit 9bcdf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ default_platform(:ios)
44
platform :ios do
55
desc "개발 환경 세팅"
66
lane :setup_development do
7-
match(type: "development") # readonly 제거!
7+
match(type: "development")
88
UI.success("🎉 개발 환경 설정 완료!")
99
end
1010

1111
desc "App Store 배포 환경 세팅"
1212
lane :setup_appstore do
13-
match(type: "appstore") # readonly 제거!
13+
match(type: "appstore")
1414
UI.success("🚀 App Store 배포 환경 설정 완료!")
1515
end
1616
end

0 commit comments

Comments
 (0)