Skip to content

Commit

Permalink
fix: bug when downloading files using OnePasswordPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Dec 11, 2023
1 parent 2a0554d commit f682cfd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import 'package:impaktfull_cli/src/core/util/logger/logger.dart';
import 'package:impaktfull_cli/src/integrations/testflight/model/testflight_credentials.dart';

class OnePasswordPlugin extends ImpaktfullCliPlugin {
String get serviceAccountEnvKey => ImpaktfullCliEnvironmentVariables.envKeyOnePasswordAccountToken;
String get serviceAccountEnvKey =>
ImpaktfullCliEnvironmentVariables.envKeyOnePasswordAccountToken;

const OnePasswordPlugin({
required super.processRunner,
Expand Down

0 comments on commit f682cfd

Please sign in to comment.