Skip to content

Commit 2525298

Browse files
Fix linting errors with dollar sign
1 parent 687b178 commit 2525298

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Below is the two phase timeline we will follow to roll out the changes described
8383

8484
* **Phase 1 (rolled out on 2023-11-30):** We have closed all open pull requests and issues (after reviewing each one and porting them to our internal repository if merited),
8585
and updated the repository settings so that new issues cannot be opened. Also, we have stop syncing code from our internal repository to this repository.
86-
* As of 2023-11-30, you can still get a working copy of backup-utils by cloning the repository.
86+
* As of 2023-11-30, you can still get a working copy of backup-utils by cloning the repository.
8787
But the code will not be updated in the repository; you can access updated versions of backup-utils via the [release page](https://github.com/github/backup-utils/releases).
8888
* **Phase 2 (rolling out 2024-02-20):** The backup-utils code will be removed and the repository will be used to host documentation for backup-utils.
8989
After this date, you will no longer be able to clone a working copy of backup-utils from the repository.
@@ -98,12 +98,12 @@ If your current process for upgrading backup-utils involves a clone of the repos
9898
For example, you could download the v3.10.0 (github-backup-utils-v3.10.0.tar.gz) artifact from the [releases page](https://github.com/github/backup-utils/releases/tag/v3.10.0) with:
9999

100100
```shell
101-
$ wget https://github.com/github/backup-utils/releases/download/v3.10.0/github-backup-utils-v3.10.0.tar.gz
101+
\$ wget https://github.com/github/backup-utils/releases/download/v3.10.0/github-backup-utils-v3.10.0.tar.gz
102102
```
103103
And then extract it:
104104

105105
```shell
106-
$ tar xzvf github-backup-utils-v3.10.0.tar.gz
106+
\$ tar xzvf github-backup-utils-v3.10.0.tar.gz
107107
```
108108

109109
This will give you a new folder, `github-backup-utils-v3.10.0`, which contains the code for version 3.10.0 of backup-utils. Once you copy over your backup.config file from a previous installation of backup-utils your new version of backup-utils will be ready to use.
@@ -113,7 +113,7 @@ This will give you a new folder, `github-backup-utils-v3.10.0`, which contains t
113113
For customers that currently use Docker to create a backup-utils image, their existing process may need updating as a result of this change. Previously customers could execute this command to build a Docker image of backup-utils:
114114

115115
```shell
116-
$ docker build github.com/github/backup-utils
116+
\$ docker build github.com/github/backup-utils
117117
```
118118

119119
This will not work after phase 2 roles out. You will need to update your process to first download an archive from the [release page](https://github.com/github/backup-utils/releases), extract it, and then build the Dockerfile inside the extracted directory.

0 commit comments

Comments
 (0)