changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix

changeset 128: 0bd9459a7d2b
parent 127: 54333996f0b8
child 129: 32fd726077ef
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 18 Jan 2024 19:04:34 -0500
files: scripts/install-nu-pack.sh
description: fix
     1.1--- a/scripts/install-nu-pack.sh	Thu Jan 18 19:02:36 2024 -0500
     1.2+++ b/scripts/install-nu-pack.sh	Thu Jan 18 19:04:34 2024 -0500
     1.3@@ -4,4 +4,4 @@
     1.4 curl -O https://packy.compiler.company/dist/x86_64-unknown-linux-gnu/nu-binary.tar.zst
     1.5 unzstd nu-binary.tar.zst
     1.6 tar -xvf nu-binary.tar
     1.7-cp nu/nu /bin/
     1.8+cp nu /usr/local/bin/