Fix wrong repo label for pinning

Actual repo labes is 'detach-murano'

Change-Id: I37dd9200df970e32680f758fb46bc27c7147b1bb
This commit is contained in:
Denis Egorenko 2016-07-01 16:13:50 +03:00
parent 05a64c606e
commit 20a674e7fb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $plugin_version = $detach_murano['metadata']['plugin_version']
$pins = { "detach-murano-${plugin_version}" => $pins = { "detach-murano-${plugin_version}" =>
{ {
'priority' => 1200, 'priority' => 1200,
'label' => 'murano-plugin', 'label' => 'detach-murano',
}, },
} }