Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit ce87457

Browse files
committed
Fixed price_tier option declaration
1 parent ec9d4ba commit ce87457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/deliver/options.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def self.available_options
5252
is_string: false,
5353
default_value: false),
5454
FastlaneCore::ConfigItem.new(key: :price_tier,
55+
short_option: "-r",
5556
description: "The price tier of this application",
5657
is_string: false,
5758
optional: true),

0 commit comments

Comments
 (0)