Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr committed Feb 28, 2019
1 parent fa158be commit 22ad52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/trace_agent.py
Expand Up @@ -93,7 +93,7 @@ def cross_compile(ctx, tag=""):
print("Argument --tag=<version> is required.")
return

print("Buliding tag %s..." % tag)
print("Building tag %s..." % tag)

env = {
"TRACE_AGENT_VERSION": tag,
Expand Down

0 comments on commit 22ad52c

Please sign in to comment.