Skip to content

Commit

Permalink
adjust to use cli from python
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Aug 13, 2024
1 parent 2572590 commit 2eb9b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed_to_vespa.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def vespa_feed(endpoint, feed, namespace, doc_type):
app_string = splits[3] + "." + splits[2]
print(
subprocess.run(
["./vespa", "feed", "-a", app_string, "-t", endpoint, feed],
["vespa", "feed", "-a", app_string, "-t", endpoint, feed],
capture_output=True,
)
)
Expand Down

0 comments on commit 2eb9b42

Please sign in to comment.