瀏覽代碼

Build system: Small improvement

Daniel Rudolf 6 年之前
父節點
當前提交
2cf60e25af
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .build/create-release.sh

+ 1 - 0
.build/create-release.sh

@@ -36,6 +36,7 @@ if [ "$VERSION_STABILITY" != "stable" ]; then
     echo "Setting minimum stability to '$VERSION_STABILITY'..."
     composer config "minimum-stability" "$VERSION_STABILITY"
     composer config "prefer-stable" "true"
+    echo
 fi
 
 # install dependencies