Skip to content

Commit 0e90bde

Browse files
author
PRO X
committed
style: 🎨 Arreglo de sintaxis
1 parent 8e81ec8 commit 0e90bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Funciones.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ if ! [[ "$numero1" =~ ^-?[0-9]+$ && "$numero2" =~ ^-?[0-9]+$ ]]; then
2424
exit 1
2525
fi
2626

27-
suma $numero1 $numero2
27+
suma "$numero1" "$numero2"

0 commit comments

Comments
 (0)