Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[noissue] Fix container remote upstream name arg
The example code to create a container remote contains an argument that is incorrect: > Error: No such option: --upstream_name (Possible options: --upstream-name, --username) This commit modifies the underscore in the argument to a hyphen. That resolves the "No such option" error.
- Loading branch information