diff --git a/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart b/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart index bb26b700..b24703e6 100644 --- a/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart +++ b/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart @@ -18,7 +18,7 @@ abstract class AppConstants { static const packageName = 'studio_cli'; static const executableName = 'wyatt'; - static const configFileName = 'wyatt.yaml'; + static const configFileName = 'cd_config.yaml'; static const requiredTools = ['fastlane', 'flutter', 'unzip', 'gpg']; static const androidFolder = 'android';