match/lib/match/storage/git_storage.rb in fastlane-2.128.0.beta.20190722200021 vs match/lib/match/storage/git_storage.rb in fastlane-2.128.0
- old
+ new
@@ -51,9 +51,13 @@
self.type = type if type
self.platform = platform if platform
end
+ def prefixed_working_directory
+ return working_directory
+ end
+
def download
# Check if we already have a functional working_directory
return if @working_directory
# No existing working directory, creating a new one now