Skip to content

Commit bc77a67

Browse files
Fix migrating-to-internal-repositories command pipe whitespace (github#31779)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 2c13c7b commit bc77a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you don't have private mode enabled, the migration script will have no effect
4444
1. Run the migration command.
4545

4646
```shell
47-
github-env bin/safe-ruby lib/github/transitions/20191210220630_convert_public_ghes_repos_to_internal.rb --verbose -w | tee -a /tmp/convert_public_ghes_repos_to_internal.log
47+
github-env bin/safe-ruby lib/github/transitions/20191210220630_convert_public_ghes_repos_to_internal.rb --verbose -w | tee -a /tmp/convert_public_ghes_repos_to_internal.log
4848
```
4949

5050
{% else %}

0 commit comments

Comments
 (0)