Skip to content

Commit

Permalink
Merge branch 'dev' into dev-history_first_ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasSchmitt authored Nov 6, 2023
2 parents f468aad + 278b684 commit 78f6214
Show file tree
Hide file tree
Showing 10,112 changed files with 783,829 additions and 766,718 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# This file will be automatically found and used for the 'otrs' user if you have the
# 'bash-completion' package installed. Otherwise you can source it in your ~/.bashrc like this:
#
# source /opt/otrs/.bash_completion
# source /opt/znuny/.bash_completion

# Get path to current file, follow symlinks
THIS_FILE=$BASH_SOURCE
Expand All @@ -33,4 +33,4 @@ fi
COMP_WORDBREAKS=${COMP_WORDBREAKS//:/}

# Configure bash completion
complete -C "$(dirname $THIS_FILE)/bin/otrs.Console.pl" otrs.Console.pl
complete -C "$(dirname $THIS_FILE)/bin/znuny.Console.pl" znuny.Console.pl
Loading

0 comments on commit 78f6214

Please sign in to comment.