Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Oct 25, 2020
1 parent 2d93a52 commit 0d24c9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for PROJECT in "${PROJECTS[@]}"
do
PROJECT_PATH=$(echo "$PROJECT" | sed 's/gluon_//' | sed 's/gluon/./')

if ! (sync_publish "${PROJECT_PATH}" -f "$@"); then
if ! (./scripts/sync_publish.sh "${PROJECT_PATH}" -f "$@"); then
exit 1
fi
done
Empty file modified scripts/sync_publish.sh
100644 → 100755
Empty file.

0 comments on commit 0d24c9f

Please sign in to comment.