Skip to content

Commit

Permalink
Fix app install hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed May 9, 2024
1 parent 035f267 commit 8141238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
else
create_offline_app_manifest
end
ShellSession.execute("cf push #{@app_name} --random-route; cf logs #{@app_name}")
ShellSession.execute("cf push #{@app_name} --random-route; cf logs #{@app_name} --recent")
end
end

Expand Down

0 comments on commit 8141238

Please sign in to comment.