Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Oct 15, 2022
1 parent dfbd12e commit bc9bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-class
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ for f in $scripts ; do
fc_check_status $f $?
echo $newclasses | addclass ;;
*.source)
echo "ERROR: The .source suffix is deprecated. Use .sh instead."
echo "ERROR: The .source suffix is deprecated. Use .sh instead." ;;
*)
verbosemsg "Executing $classdir/$f."
classes=`./$f`
Expand Down

0 comments on commit bc9bb08

Please sign in to comment.