Skip to content

Commit

Permalink
trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Dec 19, 2023
1 parent 92aff53 commit d172a0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def okbuck_lint(
cmd += "--fullpath "

cmd += "{} `dirname {}` >$LOGFILE 2>/dev/null; ".format(" ".join(lint_options), toLocation(manifest))

#Delete tmp file and tmp.bak file
cmd += "rm $CP_FILE*; "

Expand Down

0 comments on commit d172a0e

Please sign in to comment.