Update init (#6514)

Fix bin/init to source from proper directory.
This commit is contained in:
Michael Trelinski 2018-10-25 13:40:23 -07:00 committed by Jonathan Wei
parent e1057ad47a
commit aef1b39762
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
gzip -c -d quickstart/wikiticker-2015-09-12-sampled.json.gz > "quickstart/wikiticker-2015-09-12-sampled.json" gzip -c -d quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz > "quickstart/wikiticker-2015-09-12-sampled.json"
LOG_DIR=var LOG_DIR=var