Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
hwixley committed Mar 16, 2024
1 parent 65eba68 commit d0fb2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/lib/lib.class
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lib.csv.all(){
arg=$(lib.csv.query.one 'arg_scripts' 'args' "where id='$script'" | tr -d '"')
command_name="$script"
if [[ "$arg" != "" ]] || [[ "$arg" = "\"\"" ]]; then
command_name="$script <$arg>"
command_name="$script $arg"
fi
if [ "$type" = "git" ]; then
echo "- \`$command_name\`: ${ORANGE}${name}${RESET}"
Expand Down

0 comments on commit d0fb2fa

Please sign in to comment.