Skip to content

Commit

Permalink
Merge pull request tensorflow#28 from LiberiFatali/master
Browse files Browse the repository at this point in the history
Fix typo mistake, fixes tensorflow#27.
  • Loading branch information
martinwicke committed Mar 23, 2016
2 parents 97ecee9 + 65f21c1 commit 1d1b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inception/README.md
Expand Up @@ -318,7 +318,7 @@ FLOWERS_DATA_DIR=$HOME/flowers-data
bazel build -c opt inception/download_and_preprocess_flowers

# run it
bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}$"
bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}"
```

If the script runs successfully, the final line of the terminal output should
Expand Down

0 comments on commit 1d1b340

Please sign in to comment.