Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
djdv committed Nov 19, 2023
1 parent d7712d6 commit 16f8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/mountpoint_9p.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (o9 plan9GuestOptions) make() (plan9GuestSettings, error) {
if settings.Maddr == nil {
var (
flagPrefix = prefixIDFlag(p9fs.GuestID)
srvName = flagPrefix + p9ServerFlagSuffix
srvName = flagPrefix + p9ServerFlagName
)
return plan9GuestSettings{}, fmt.Errorf(
"flag `-%s` must be provided for 9P guests",
Expand Down

0 comments on commit 16f8258

Please sign in to comment.