Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oc new-app: do not fail when file exists with same name as image #11918

Merged
merged 1 commit into from Nov 17, 2016

Commits on Nov 15, 2016

  1. newapp: do not fail when file exists with same name as image

    When "oc new-app foo/bar" was run in a directory with regular file named
    "foo" it failed with:
    
      error: unable to load template file "foo/bar": the path "foo/bar"
      cannot be accessed: stat foo/bar: not a directory
    
    Fixes bug 1393003.
    mmilata committed Nov 15, 2016
    Copy the full SHA
    b94313c View commit details
    Browse the repository at this point in the history