We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537465a commit 0442598Copy full SHA for 0442598
src/cmd-diff
@@ -70,7 +70,7 @@ def main():
70
args.diff_from = builds.get_previous()
71
args.diff_to = latest_build
72
elif args.diff_from is None:
73
- args.diff_from = latest_build
+ args.diff_from = builds.get_previous()
74
elif args.diff_to is None:
75
76
0 commit comments