Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1252 from joereuss12/plugin-versio…
Browse files Browse the repository at this point in the history
…n-fix

Plugin advertises PluginVersion
  • Loading branch information
haoming29 authored May 8, 2024
2 parents 3c5dc32 + e3fc098 commit 36fe0dd
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) {
// Print classad and exit
fmt.Println("MultipleFileSupport = true")
fmt.Println("PelicanPluginVersion = \"" + config.GetVersion() + "\"")
fmt.Println("PluginVersion = \"" + config.GetVersion() + "\"")
fmt.Println("PluginType = \"FileTransfer\"")
fmt.Println("ProtocolVersion = 2")
fmt.Println("SupportedMethods = \"stash, osdf\"")
Expand Down

0 comments on commit 36fe0dd

Please sign in to comment.