Skip to content

Commit

Permalink
synctl is now an entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Mar 2, 2022
1 parent af5b833 commit 8179dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/synapse_sytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
if [ -d "$SYNAPSE_SOURCE" ]; then
echo "Creating tarball from synapse source"
tar -C "$SYNAPSE_SOURCE" -czf /tmp/synapse.tar.gz \
synapse scripts setup.py README.rst synctl MANIFEST.in
synapse scripts setup.py README.rst MANIFEST.in
SYNAPSE_SOURCE="/tmp/synapse.tar.gz"
elif [ ! -r "$SYNAPSE_SOURCE" ]; then
echo "Unable to read synapse source at $SYNAPSE_SOURCE" >&2
Expand Down

0 comments on commit 8179dea

Please sign in to comment.