Skip to content

Commit

Permalink
UI problem in dvc exp push
Browse files Browse the repository at this point in the history
  • Loading branch information
karajan1001 authored and pmrowla committed Mar 22, 2022
1 parent 325ead5 commit 81eee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/commands/experiments/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):
f"to Git remote '{self.args.git_remote}'."
)
else:
ui.write("No experiments to pull.")
ui.write("No experiments to push.")
if not self.args.push_cache:
ui.write(
"To push cached outputs",
Expand Down

0 comments on commit 81eee05

Please sign in to comment.