Skip to content

Commit aeb30c7

Browse files
authored
Merge pull request #53 from moritzdietz/patch-1
fix: correct typo in declare keyword
2 parents c765322 + e00ee89 commit aeb30c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gruvbox-main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
44
readonly CURRENT_DIR
55

66
# hold the array of all command to configure tmux theme
7-
declate -a TMUX_CMDS
7+
declare -a TMUX_CMDS
88

99
# load libraries
1010
# shellcheck disable=1091

0 commit comments

Comments
 (0)