mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
jw.pkg.cmds.projects.CmdListRepos: --from-owner
Rename the --from-user option to --from-owner. Forgejo supports users and organizations under the more general term "owner", so that's the better term. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
956235276a
commit
8dcaa1a6a1
2 changed files with 6 additions and 6 deletions
|
|
@ -184,7 +184,7 @@ cmd_get()
|
|||
[ "$from_user" ] || from_user=$whoami
|
||||
|
||||
if [ -z "$projects" ]; then
|
||||
projects=`$jw_projects projects list-repos --from-user $from_user $remote_base`
|
||||
projects=`$jw_projects projects list-repos --from-owner $from_user $remote_base`
|
||||
[ "$?" != 0 ] && exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue