Skip to content

Commit

Permalink
feat(fastlane): remove duplicate closing bracket signingConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Mar 12, 2024
1 parent d6e9781 commit c05342c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/plugin-fastlane/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ eval_gemfile(plugins_path) if File.exist?(plugins_path)
storeFile file('release.keystore')
storePassword System.getenv("STORE_PASSWORD")
keyAlias '${config.android.signing.keyAlias}'
keyPassword System.getenv("KEY_PASSWORD")
}
`
keyPassword System.getenv("KEY_PASSWORD")`
);
},
"plugin-fastlane",
Expand Down

0 comments on commit c05342c

Please sign in to comment.