Skip to content

Commit

Permalink
fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 25, 2013
1 parent a644eed commit 43d1bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Wagon.ycp
Expand Up @@ -863,7 +863,7 @@ It it also safe to abort the migration now.</b></li>")
// get all hooks
list<string> all_scripts = (list<string>)SCR::Read(.target.dir, hook_dir);

if (scripts == nil || scripts == [])
if (all_scripts == nil || all_scripts == [])
{
y2milestone("No hook scripts found");
return true;
Expand Down

0 comments on commit 43d1bb1

Please sign in to comment.