Skip to content

Commit

Permalink
Merge pull request #80 from michaellopez/docker-fix
Browse files Browse the repository at this point in the history
Fix docker results not working since 3.05
  • Loading branch information
willfarrell committed Oct 28, 2015
2 parents 62c4f66 + 2b8ddfd commit f233746
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified Package Managers.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Package Managers ([Download v3.06](https://github.com/willfarrell/alfred-pkgman-workflow/releases/download/3.06/Package.Managers.alfredworkflow))
# Package Managers ([Download v3.07](https://github.com/willfarrell/alfred-pkgman-workflow/releases/download/3.07/Package.Managers.alfredworkflow))

Package Repo Search

Expand Down
4 changes: 2 additions & 2 deletions current-version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 3.06,
"download_url": "https://github.com/willfarrell/alfred-pkgman-workflow/releases/download/3.04/Package.Managers.alfredworkflow",
"version": 3.07,
"download_url": "https://github.com/willfarrell/alfred-pkgman-workflow/releases/download/3.07/Package.Managers.alfredworkflow",
"description": "Package Repo Search"
}
4 changes: 2 additions & 2 deletions src/Docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ public function search($query)
}

// Test code, uncomment to debug this script from the command-line
$repo = new Docker();
echo $repo->search('ng');
// $repo = new Docker();
// echo $repo->search('ng');

0 comments on commit f233746

Please sign in to comment.