Update update.pp
Corrected typo
This commit is contained in:
parent
b2e6ba8781
commit
c1d49048c0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class apt::update {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
#catches 'recluctantly', and any other value (which should not occur).
|
#catches 'reluctantly', and any other value (which should not occur).
|
||||||
#do nothing.
|
#do nothing.
|
||||||
$_kick_apt = false
|
$_kick_apt = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue