Skip to content

Commit

Permalink
fix found
Browse files Browse the repository at this point in the history
  • Loading branch information
muhas committed Sep 26, 2020
1 parent bbce3f7 commit bed24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dscp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
if [ -e $FILE ];then
echo "${green}use ${bold}${1}${reset}${green} group${reset}"
else
echo "${bold}${red}group ${1} not faund${reset}"
echo "${bold}${red}group ${1} not found${reset}"
usage;
fi

Expand Down

0 comments on commit bed24b6

Please sign in to comment.