Fix skia-corp project name in bigtable setup scripts

Bug: skia:
Change-Id: Ic9d0b675a9dd59c4906abf62689d5ca1ce8cf544
Reviewed-on: https://skia-review.googlesource.com/c/179623
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
diff --git a/task_driver/setup-bigtable.sh b/task_driver/setup-bigtable.sh
index 148fa1e..59929d9 100755
--- a/task_driver/setup-bigtable.sh
+++ b/task_driver/setup-bigtable.sh
@@ -34,7 +34,7 @@
 cbt --project=${PROJECT} --instance=${BIGTABLE_INSTANCE} createtable ${BIGTABLE_TABLE}
 cbt --project=${PROJECT} --instance=${BIGTABLE_INSTANCE} createfamily ${BIGTABLE_TABLE} ${BIGTABLE_COLUMN_FAMILY}
 
-PROJECT="skia-corp"
+PROJECT="google.com:skia-corp"
 BIGTABLE_INSTANCE="internal"
 
 BIGTABLE_TABLE="task-driver-runs"
diff --git a/task_scheduler/setup-bigtable.sh b/task_scheduler/setup-bigtable.sh
index 1af1ab8..8d25715 100755
--- a/task_scheduler/setup-bigtable.sh
+++ b/task_scheduler/setup-bigtable.sh
@@ -16,7 +16,7 @@
 cbt --project=${PROJECT} --instance=${BIGTABLE_INSTANCE} createtable ${BIGTABLE_TABLE}
 cbt --project=${PROJECT} --instance=${BIGTABLE_INSTANCE} createfamily ${BIGTABLE_TABLE} ${BIGTABLE_COLUMN_FAMILY}
 
-PROJECT="skia-corp"
+PROJECT="google.com:skia-corp"
 BIGTABLE_INSTANCE="internal"
 cbt --project=${PROJECT} --instance=${BIGTABLE_INSTANCE} createtable ${BIGTABLE_TABLE}
 cbt --project=${PROJECT} --instance=${BIGTABLE_INSTANCE} createfamily ${BIGTABLE_TABLE} ${BIGTABLE_COLUMN_FAMILY}