Error rebuilding with new plugins

Trying to add my first plugins – whois and desktop notifications. Build fails as below. I already verified that I was using spaces, not tabs. I’m probably missing something obvious.

   hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-push-notifications.git
          - git clone https://github.com/discourse/discourse-whos-online.git

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-whos-online
failed with return #<Process::Status: pid 310 exit 128>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params {"cd"=>"$home/plugins", "cmd"=>["git clone
https://github.com/discourse/docker_manager.git", "git clone
https://github.com/discourse/discourse-push-notifications", "git clone
https://github.com/discourse/discourse-whos-online"]}
b9503b3329199c3c58fc05d037fc8302d19a00e56a798058fbfd13f0144324e5
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

The URL for discourse-whos-online should be

https://github.com/davidtaylorhq/discourse-whos-online.git

(it is not an official plugin, so does not live inside the discourse organisation on github)

4 Likes

Ah! Thanks very much!