typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -39,7 +39,7 @@ class TestInstallHook():
|
||||
pmock.return_value.write_lines.assert_called_with(['line1', 'line2',
|
||||
'test1', 'test2'])
|
||||
|
||||
def test_update_rc_files_with_nonexistant_path(self):
|
||||
def test_update_rc_files_with_nonexistent_path(self):
|
||||
"""
|
||||
Test an unhappy path if the bashrc/users do not exist.
|
||||
"""
|
||||
|
@@ -3,7 +3,7 @@
|
||||
set -ex
|
||||
|
||||
# Start is guaranteed to be called once when after the unit is installed
|
||||
# *AND* once everytime a machine is rebooted.
|
||||
# *AND* once every time a machine is rebooted.
|
||||
|
||||
if [ ! -f $CHARM_DIR/.unit-state ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user