Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Removing unused --quiet option in distribution commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Dec 14, 2012
1 parent 591b205 commit 2632208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/shenzhen/plugins/hockeyapp.rb
Expand Up @@ -54,9 +54,6 @@ def upload_build(ipa, options)
c.option '--tags TAGS', "Comma separated list of tags which will receive access to the build"
c.option '--notify', "Notify permitted teammates to install the build"
c.option '--downloadOff', "Upload but don't allow download of this version just yet"

c.option '-q', '--quiet', "Silence warning and success messages"


c.action do |args, options|
determine_file! unless @file = options.file
Expand Down
1 change: 0 additions & 1 deletion lib/shenzhen/plugins/testflight.rb
Expand Up @@ -49,7 +49,6 @@ def upload_build(ipa, options)
c.option '-l', '--lists LISTS', "Comma separated distribution list names which will receive access to the build"
c.option '--notify', "Notify permitted teammates to install the build"
c.option '--replace', "Replace binary for an existing build if one is found with the same name/bundle version"
c.option '-q', '--quiet', "Silence warning and success messages"

c.action do |args, options|
determine_file! unless @file = options.file
Expand Down

0 comments on commit 2632208

Please sign in to comment.