mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/git-backup: Fix typo (#4345)
This commit is contained in:
parent
1e23572053
commit
e31bf67701
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class Git extends Base implements IBackupProvider
|
|||
}
|
||||
|
||||
/**
|
||||
* Backup is responsible for initialising the local repo and pusing it to upstream.
|
||||
* Backup is responsible for initialising the local repo and pushing it to upstream.
|
||||
* To ensure initial content, we should trigger a 'system event config_changed' which should enforce a
|
||||
* add + commit in our (newly created) repo.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue