fastlane/lib/fastlane/actions/nexus_upload.rb in fastlane-2.82.0.beta.20180222010003 vs fastlane/lib/fastlane/actions/nexus_upload.rb in fastlane-2.82.0.beta.20180223010003
- old
+ new
@@ -105,10 +105,10 @@
env_name: "FL_NEXUS_ENDPOINT",
description: "Nexus endpoint e.g. http://nexus:8081",
optional: false),
FastlaneCore::ConfigItem.new(key: :mount_path,
env_name: "FL_NEXUS_MOUNT_PATH",
- description: "Nexus mount path. Defaults to /nexus",
+ description: "Nexus mount path",
default_value: "/nexus",
optional: true),
FastlaneCore::ConfigItem.new(key: :username,
env_name: "FL_NEXUS_USERNAME",
description: "Nexus username",