developmentseed / developmentseed/FeatureServer

When a project has spaces (%20) in its repository url, there are no new releases found.

オープン
#16 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
PHP
スター
46
フォーク
14
PR マージ指標
30日以内にマージされた PR はありません

説明

This is because `drush_shell_exec()` parses the arguments through sprintf. So when `sprintf` encounters %20 in the command string, it looks for the 20th argument which is obviously not there ;-).

Also see the drush api documenation on http://drupalcontrib.org/api/drupal/contributions--drush--includes--exec.inc/function/drush_shell_exec/7 which documents the parameter `$cmd`.

I submitted a pull-request which solves this: https://github.com/developmentseed/FeatureServer/pull/15.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。