fixed typoe

This commit is contained in:
Askill 2024-04-06 16:37:16 +02:00
parent 403056e17b
commit 866ce41945
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ ENV LOCAL_GIT_ACCESS_TOKEN=""
ENV LOCAL_GIT_URL=""
ENV GIT_USER=""
ENV TARGET_ORG=""
ENV MODDE=""
ENV MODE=""
CMD ["bash", "/github-git-mirror.sh", "${GIT_USER}", "${TARGET_ORG}", "${MODE}"]