From 3cbc7717268397a6310805708dbc32663bf3dab8 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 16 Jul 2024 01:19:43 -0700 Subject: [PATCH] typo --- generate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate.sh b/generate.sh index 3b04570..849c974 100755 --- a/generate.sh +++ b/generate.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # The beginning: https://github.com/Unpackerr/unpackerr/pull/459 # The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config @@ -12,7 +12,7 @@ go env -w 'GOPRIVATE=github.com/Unpackerr/*' pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install" # Run the config generator directly from github. -go run github.com/Unpackerr/unpackerr/init/config@main -type documentation 2>&1 +go run github.com/Unpackerr/unpackerr/init/config@main --type documentation # Go back to wherever we were when we started. popd \ No newline at end of file