You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create a repository using snactor, however my current directory already contained the empty directory of the same name. I'd assume that snactor will initialize the repo even though the top-level dir already exists. Another alternative is to report an error.
Reproducer
$ rpm -qf /usr/bin/snactor
snactor-0.3-1.devel.20181018.git.224.noarch
$ mkdir foo
$ snactor repo new foo
$ echo $?
0
$ ls -l foo/.leapp
ls: cannot access foo/.leapp: No such file or directory
The text was updated successfully, but these errors were encountered:
I wanted to create a repository using snactor, however my current directory already contained the empty directory of the same name. I'd assume that snactor will initialize the repo even though the top-level dir already exists. Another alternative is to report an error.
Reproducer
The text was updated successfully, but these errors were encountered: