# Error rebuilding with new plugins

**URL:** https://meta.discourse.org/t/error-rebuilding-with-new-plugins/104925
**Category:** Support
**Created:** [December 22, 2018, 9:39pm UTC](https://meta.discourse.org/t/error-rebuilding-with-new-plugins/104925 "2018-12-22T21:39:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![L30110](https://avatars.discourse-cdn.com/v4/letter/l/eb9ed0/32.png) [@L30110](https://meta.discourse.org/u/L30110)
#### Post date: [December 22, 2018, 9:39pm UTC](https://meta.discourse.org/t/error-rebuilding-with-new-plugins/104925/1 "2018-12-22T21:39:18Z")

</div>

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

```

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [December 22, 2018, 9:45pm UTC](https://meta.discourse.org/t/error-rebuilding-with-new-plugins/104925/2 "2018-12-22T21:45:45Z")

</div>

The URL for discourse-whos-online should be

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

```

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

---

<div class="post-metadata">

### Author: ![L30110](https://avatars.discourse-cdn.com/v4/letter/l/eb9ed0/32.png) [@L30110](https://meta.discourse.org/u/L30110)
#### Post date: [December 22, 2018, 9:48pm UTC](https://meta.discourse.org/t/error-rebuilding-with-new-plugins/104925/3 "2018-12-22T21:48:55Z")

</div>

Ah! Thanks very much!

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [December 24, 2018, 11:00am UTC](https://meta.discourse.org/t/error-rebuilding-with-new-plugins/104925/4 "2018-12-24T11:00:02Z")

</div>


