Skip to content

Commit ad3c199

Browse files
committed
2021-06-25 11:31:42
1 parent b51451b commit ad3c199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TARGET_REPO="${4}"
77
TARGET_USER="${5}"
88
TARGET_TOKEN="${6}"
99

10-
git=$( command -v git )
10+
git="$( command -v git )"
1111

1212
mirror() {
1313
SOURCE="https://${SOURCE_USER}:${SOURCE_TOKEN}@${SOURCE_REPO#https://}"

0 commit comments

Comments
 (0)