Skip to content

Commit a16fd6e

Browse files
authored
Update Fastfile
1 parent 4e9d6f3 commit a16fd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fastlanedemoapp/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ platform :ios do
1010
puts "Installing/updating pods..."
1111
cocoapods(
1212
try_repo_update_on_error: true,
13-
podfile: "./Podfile",
13+
podfile: "./Fastlanedemoapp/Podfile",
1414
clean_install: true,
1515
verbose: true
1616
)

0 commit comments

Comments
 (0)