Skip to content

Commit

Permalink
30648: download_cls -> download
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Sep 24, 2020
1 parent 468f238 commit e463513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sage_bootstrap/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def run():
else:
app.update_latest(args.package_name)
elif args.subcommand == 'download':
app.download_cls(args.package_name, args.allow_upstream)
app.download(args.package_name, args.allow_upstream)
elif args.subcommand == 'create':
app.create(args.package_name, args.version, args.tarball, args.type, args.url)
elif args.subcommand == 'upload':
Expand Down

0 comments on commit e463513

Please sign in to comment.