Skip to content

Commit

Permalink
Protocol version added to plugin -classad output
Browse files Browse the repository at this point in the history
Per TJ's request
  • Loading branch information
joereuss12 committed Apr 4, 2024
1 parent e1772bd commit b6fa26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func stashPluginMain(args []string) {
fmt.Println("MultipleFileSupport = true")
fmt.Println("PluginVersion = \"" + config.GetVersion() + "\"")
fmt.Println("PluginType = \"FileTransfer\"")
fmt.Println("ProtocolVersion = 2")
fmt.Println("SupportedMethods = \"stash, osdf\"")
os.Exit(0)
} else if args[0] == "-version" || args[0] == "-v" {
Expand Down

0 comments on commit b6fa26e

Please sign in to comment.