Skip to content

Commit

Permalink
Fix: Used ReadLink before Printing File in Log to Beautify the Output
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarmah committed Apr 21, 2020
1 parent 6994822 commit 4a6b5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ minify_file () {
then checks if the command returned an error
if it did, program exits with that error code
'
file=$1
file=$( readlink -m $1 )
out=$( output_name $file )

echo "Minify : $file -> $out"
Expand Down

0 comments on commit 4a6b5fd

Please sign in to comment.