Skip to content

Commit eae5472

Browse files
authored
Update netshare.go
1 parent 23829b0 commit eae5472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netshare/netshare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func execEFS(cmd *cobra.Command, args []string) {
187187
resolve, _ := cmd.Flags().GetBool(NoResolveFlag)
188188
ns, _ := cmd.Flags().GetString(NameServerFlag)
189189
d := drivers.NewEFSDriver(rootForType(drivers.EFS), ns, !resolve)
190-
startOutput(fmt.Sprintf("EFS :: availability-zone: %s, resolve: %v, ns: %s", az, resolve, ns))
190+
startOutput(fmt.Sprintf("EFS :: resolve: %v, ns: %s", resolve, ns))
191191
start(drivers.EFS, d)
192192
}
193193

0 commit comments

Comments
 (0)