Skip to content

Commit 2224ee5

Browse files
author
Omer Preminger
committed
tbs: fix "singularity test" comment
1 parent a5b1a66 commit 2224ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/internal/cli/inspect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ var InspectCmd = &cobra.Command{
644644
Run: func(cmd *cobra.Command, args []string) {
645645
if isOCI {
646646
actionPreRun(cmd, args)
647-
// singularity test <image> [args...]
647+
// singularity inspect <image> [args...]
648648
ep := launcher.ExecParams{
649649
Image: args[0],
650650
Action: "inspect",

0 commit comments

Comments
 (0)