diff options
Diffstat (limited to 'shell-completion/bash/busctl')
-rw-r--r-- | shell-completion/bash/busctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl index 1cc41d4618..ee51c84c0b 100644 --- a/shell-completion/bash/busctl +++ b/shell-completion/bash/busctl @@ -14,7 +14,7 @@ # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with systemd; If not, see <http://www.gnu.org/licenses/>. +# along with systemd; If not, see <https://www.gnu.org/licenses/>. __contains_word () { local w word=$1; shift |