fastlane/lib/fastlane/actions/import.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/import.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -13,11 +13,11 @@
"Import another Fastfile to use its lanes"
end
def self.details
[
- "This is useful if you have shared lanes across multiple apps and you want to store a Fastfile",
- "in a separate folder. The path must be relative to the Fastfile this is called from."
+ "This is useful if you have shared lanes across multiple apps and you want to store a Fastfile in a separate folder.",
+ "The path must be relative to the Fastfile this is called from."
].join("\n")
end
def self.available_options
end