Skip to content

Commit

Permalink
Unify readme snippet string formatting. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdryomov authored and jin committed Apr 16, 2019
1 parent ed095b5 commit c44f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ TOOLS_ANDROID_VERSION = "0.1" # or the latest version

http_archive(
name = "tools_android",
strip_prefix = "tools_android-" + TOOLS_ANDROID_VERSION,
strip_prefix = "tools_android-%s" % TOOLS_ANDROID_VERSION,
url = "https://github.com/bazelbuild/tools_android/archive/%s.tar.gz" % TOOLS_ANDROID_VERSION,
)

Expand Down

0 comments on commit c44f75b

Please sign in to comment.