File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lib/fastlane/plugin/wpmreleasetoolkit/models Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,9 @@ def update
40
40
end
41
41
42
42
# "Applies" the instruction described in the instance to the file system.
43
- # That is, copies the content of the source `file` to the `destination`
44
- # path.
43
+ # That is, copies the content of the source `file` to the `destination` path.
45
44
#
46
- # @raise [StandardError] For security reasons, it will raise if
47
- # `destination` is not ignored under Git.
45
+ # @raise [StandardError] For security reasons, it will raise if `destination` is not ignored under Git.
48
46
def apply
49
47
# Only decrypt the file if the destination is ignored in Git
50
48
unless Fastlane ::Helper ::GitHelper . is_ignored? ( path : destination_file_path )
You can’t perform that action at this time.
0 commit comments