Try to fix build-atom-website.sh script

This commit is contained in:
Kris De Volder
2017-08-17 11:31:02 -07:00
parent ef666c2356
commit a81ce60989

View File

@@ -11,7 +11,7 @@ dist_type=snapshot
#cp s3-manifest-yaml-vsix/*.vsix "$target"
#cp s3-boot-properties-vsix/*.vsix "$target"
packages=$(ls s3-*)
packages=$(ls -d s3-*)
echo "package=${packages}"
echo "<ul>" > $target/atom-packages-snippet.html