Skip to content

Commit

Permalink
fix bug param in change_sloppy function
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Kaisser committed Jul 17, 2018
1 parent cab7260 commit f2c5adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikifundi_management.sh
Expand Up @@ -77,7 +77,7 @@ function restart

function sloppy_change
{
PARAMS=$*
PARAMS=$1
sloppy change $PARAMS
}

Expand Down

0 comments on commit f2c5adc

Please sign in to comment.