Update age path.

This commit is contained in:
David Tomaschik
2021-10-14 12:07:04 -07:00
parent ac4109cee6
commit e18e66391b

View File

@@ -376,8 +376,8 @@ EOF
add_bin_symlink cht.sh add_bin_symlink cht.sh
;; ;;
age) age)
go get -u github.com/FiloSottile/age/cmd/age go get -u filippo.io/age/cmd/age
go get -u github.com/FiloSottile/age/cmd/age-keygen go get -u filippo.io/age/cmd/age-keygen
;; ;;
*) *)
echo "Unknown tool: ${TOOL}" >/dev/stderr echo "Unknown tool: ${TOOL}" >/dev/stderr