Skip to content

Commit

Permalink
Renamed set operation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 27, 2020
1 parent 3448768 commit fed4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/data_source_library_variable_sets.go
Expand Up @@ -32,7 +32,7 @@ func dataSourceLibraryVariableSetReadByName(ctx context.Context, d *schema.Resou

for _, libraryVariableSet := range libraryVariableSets {
if libraryVariableSet.Name == name {
flattenLibraryVariableSet(ctx, d, libraryVariableSet)
setLibraryVariableSet(ctx, d, libraryVariableSet)
return nil
}
}
Expand Down

0 comments on commit fed4696

Please sign in to comment.