Skip to content

Commit 0e9b780

Browse files
fix: Removed trailing backslash (#1471)
1 parent 04e2a5a commit 0e9b780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nim/disconnected/offline-install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can find the latest dependencies with one of the following commands:
140140
-i <path/to/tarball.tar.gz>
141141
-c <path/to/nginx-repo.crt>
142142
-k <path/to/nginx-repo.key> \
143-
-d <distribution> \
143+
-d <distribution>
144144
```
145145

146146
3. **Save the admin password**. In most cases, the script completes the installation of NGINX Instance Manager and associated packages. After installation is complete, the script takes a few minutes to generate a password. At the end of the process, you'll see an autogenerated password:

0 commit comments

Comments
 (0)