Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Tweak download output format because that's just who I am
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Mar 14, 2018
1 parent f125dc7 commit 9780d09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/download-gpg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ function download(url: string, destPath: string) {

const len = parseInt(res.headers["content-length"] || "0", 10);

console.log();
const bar = new Progress("Downloading GPG [:bar] :percent :etas", {
const bar = new Progress("[:bar] :percent :etas", {
complete: "=",
incomplete: " ",
width: 50,
Expand Down

0 comments on commit 9780d09

Please sign in to comment.