Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
The current version of google-cloud-pubsub can not omit project_id.
  • Loading branch information
ursm committed Feb 7, 2018
1 parent f336afc commit ae1a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ gcloud beta emulators pubsub start

$ eval `gcloud beta emulators pubsub env-init`
$ cd path/to/your-app
$ bundle exec activejob-google_cloud_pubsub-worker
$ bundle exec activejob-google_cloud_pubsub-worker --project_id=dummy
```

If you hit the previous action, the job will be executed.
Expand Down

0 comments on commit ae1a6fd

Please sign in to comment.