From 9eeb2e1bbad26d7d19913c3984d85cc52e59829c Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Thu, 6 Oct 2011 11:41:09 +0300 Subject: [PATCH] Moved data for prediction sample app into its own directory. --- examples/prediction/{ => data}/language_id.txt | 0 examples/prediction/setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/prediction/{ => data}/language_id.txt (100%) diff --git a/examples/prediction/language_id.txt b/examples/prediction/data/language_id.txt similarity index 100% rename from examples/prediction/language_id.txt rename to examples/prediction/data/language_id.txt diff --git a/examples/prediction/setup.sh b/examples/prediction/setup.sh index 5e6aa1b96..4932e2901 100644 --- a/examples/prediction/setup.sh +++ b/examples/prediction/setup.sh @@ -13,4 +13,4 @@ # gsutil - a client application for interacting with Google Storage. It # can be downloaded from https://code.google.com/apis/storage/docs/gsutil.html OBJECT_NAME=$1 -gsutil cp language_id.txt gs://$OBJECT_NAME +gsutil cp data/language_id.txt gs://$OBJECT_NAME