aboutsummaryrefslogtreecommitdiff
path: root/ctct.bash_completion.in
diff options
context:
space:
mode:
Diffstat (limited to 'ctct.bash_completion.in')
-rw-r--r--ctct.bash_completion.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctct.bash_completion.in b/ctct.bash_completion.in
index 5dd08b9..9b33daa 100644
--- a/ctct.bash_completion.in
+++ b/ctct.bash_completion.in
@@ -17,7 +17,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with ctct. If not, see <http://www.gnu.org/licenses/>.
+# along with ctct. If not, see <https://www.gnu.org/licenses/>.
#
_ctct()
@@ -39,7 +39,7 @@ _ctct()
)
test -n "$temp" && datadir="$temp"
- local cur action opts i
+ local cur action opts
typeset -i i
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"