Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-update var_dump() with 1.0.0-dev? #57

Closed
flo-sch opened this issue Dec 23, 2016 · 4 comments
Closed

self-update var_dump() with 1.0.0-dev? #57

flo-sch opened this issue Dec 23, 2016 · 4 comments
Labels

Comments

@flo-sch
Copy link

flo-sch commented Dec 23, 2016

Hey,

Not sure if it's actually a bug, but in the {IMO} last-version, the self-update end-up in a var_dump of the available versions, without actually any way to finish the update (choose a version manually?).

Am I missing something?

It is not a main issue, acmephp works fine otherwise, but I was curious :)

$ php acmephp.phar -V

Acme PHP - Let's Encrypt client 1.0.0-dev
$ php acmephp.phar self-update
Updating...

array(9) {
  [0]=>
  string(10) "dev-master"
  [1]=>
  string(18) "dev-custom-actions"
  [2]=>
  string(14) "dev-improve-dx"
  [3]=>
  string(11) "1.0.0-beta3"
  [4]=>
  string(11) "1.0.0-beta2"
  [5]=>
  string(11) "1.0.0-beta1"
  [6]=>
  string(13) "1.0.0-alpha10"
  [7]=>
  string(12) "1.0.0-alpha9"
  [8]=>
  string(12) "1.0.0-alpha8"
}
@tgalopin
Copy link
Member

Oops, that's indeed not normal :D. I'll fix it as soon as I get a computer :)

@flo-sch
Copy link
Author

flo-sch commented Dec 23, 2016

Not urgent ;)

I just do not find by myself which branch is concerned, or where it could come from...

@tgalopin tgalopin added the Bug label Dec 24, 2016
@tgalopin
Copy link
Member

tgalopin commented Dec 24, 2016

The development version is manually deployed, it simply comes from an old broken artifcat I uploaded. Sorry for the mistake :) . I fixed it, you can redownload the dev PHAR.

@flo-sch
Copy link
Author

flo-sch commented Feb 5, 2017

( Sorry forgot to answer, but indeed it works perfectly now, thanks for your reactivity! :) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants