lib/snapshot/options.rb in snapshot-1.9.0 vs lib/snapshot/options.rb in snapshot-1.10.0
- old
+ new
@@ -4,10 +4,10 @@
module Snapshot
class Options
def self.available_options
output_directory = (File.directory?("fastlane") ? "fastlane/screenshots" : "screenshots")
- @@options ||= [
+ @options ||= [
FastlaneCore::ConfigItem.new(key: :workspace,
short_option: "-w",
env_name: "SNAPSHOT_WORKSPACE",
optional: true,
description: "Path the workspace file",