Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1051 from joereuss12/protocol-plug…
Browse files Browse the repository at this point in the history
…in-branch

Protocol version added to plugin -classad output
  • Loading branch information
bbockelm authored Apr 5, 2024
2 parents 7300155 + b6fa26e commit 4332dbd
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 @@ -131,6 +131,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 4332dbd

Please sign in to comment.