remove $ before the command #817
Annotations
1 error
|
Commits Check
You only have one commit incorrectly signed off! To fix, first ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally). Next, head to your local branch and run:
```bash
git commit --amend --no-edit --signoff
```
Now your commits will have your sign off. Next run
```bash
git push --force-with-lease origin patch-1
```
Commit sha: [d0b525c](https://github.com/openebs/website/pull/317/commits/d0b525cb0324db820901439d82aee77d8db207ad), Author: Sebastien Dionne, Committer: GitHub; The sign-off is missing.
|