Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

readme.md out of date #2

@starryeyez024

Description

@starryeyez024

the readme file has this function (but it doesn't work):

  # Return the url of the sandbox
  function sandbox {
    echo "${2:-root}@<url-of-sandbox>-${1:-$USER}<url-of-sandbox>"
  }

but your personal bash_profile (from pastebin) has this version, which is correct:

# Return the url for a rh.com sandbox
function sandbox {
        echo "${2:-root}@... -${1:-$USER}  ..."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions