We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51451b commit ad3c199Copy full SHA for ad3c199
1 file changed
mirror.sh
@@ -7,7 +7,7 @@ TARGET_REPO="${4}"
7
TARGET_USER="${5}"
8
TARGET_TOKEN="${6}"
9
10
-git=$( command -v git )
+git="$( command -v git )"
11
12
mirror() {
13
SOURCE="https://${SOURCE_USER}:${SOURCE_TOKEN}@${SOURCE_REPO#https://}"
0 commit comments