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.
2 parents c388e4c + 21a1c0b commit aae584dCopy full SHA for aae584d
git-sync.sh
@@ -17,7 +17,7 @@ then
17
SOURCE_REPO="https://github.com/${SOURCE_REPO}.git"
18
fi
19
20
-if ! echo $DESTINATION_REPO | grep '.git'
+if ! echo $DESTINATION_REPO | grep -E '.git|@'
21
then
22
if [[ -n "$SSH_PRIVATE_KEY" ]]
23
0 commit comments