Skip to content

Commit

Permalink
Quietly install beta component if not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pomu0325 committed Jan 10, 2021
1 parent 7033ebc commit e2cb8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
private boolean storeOnDisk;

// Gcloud emulator settings
private static final String GCLOUD_CMD_TEXT = "gcloud beta emulators datastore start";
private static final String GCLOUD_CMD_TEXT = "gcloud --quiet beta emulators datastore start";
private static final String GCLOUD_CMD_PORT_FLAG = "--host-port=";
private static final String VERSION_PREFIX = "cloud-datastore-emulator ";
private static final String MIN_VERSION = "1.2.0";
Expand Down

0 comments on commit e2cb8f2

Please sign in to comment.