Skip to content

Commit

Permalink
Run logout,manifest,source,unmount without userns
Browse files Browse the repository at this point in the history
Fixes: containers#5750

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
  • Loading branch information
rhatdan committed Sep 23, 2024
1 parent 27b9288 commit f2ade4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/buildah/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func before(cmd *cobra.Command) error {
}

switch cmd.Use {
case "", "help", "version", "mount":
case "", "help", "login", "logout", "manifest", "mount", "source", "unmount", "version":
return nil
}
debugCapabilities()
Expand Down

0 comments on commit f2ade4c

Please sign in to comment.