Skip to content

Commit

Permalink
Fixed typo with generate command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross McDonald committed Feb 24, 2016
1 parent e6efc5f commit 402f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def package_scripts(build_root):

def run_generate():
print "Running go generate to rebuild admin UI static filesystem..."
run("go generate services/admin")
run("go generate ./services/admin")
return True

################
Expand Down

0 comments on commit 402f873

Please sign in to comment.