Skip to content

Commit

Permalink
fix(build): fluidattacks#940 use right flag
Browse files Browse the repository at this point in the history
- Use right flag for remote

Signed-off-by: Daniel Salazar <[email protected]>
  • Loading branch information
dsalaza4 committed Mar 14, 2023
1 parent 4e7eaed commit 7293ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makes/docs/deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function main {
: \
&& echo "${domain}" > "${cname_path}" \
&& args+=(
--github-remote
--remote-name
"https://${GITHUB_TOKEN}@github.com/fluidattacks/makes.git"
)
fi \
Expand Down

0 comments on commit 7293ab5

Please sign in to comment.