Skip to content

Commit

Permalink
Update to Post Binary File
Browse files Browse the repository at this point in the history
  • Loading branch information
sschonss committed Jan 9, 2024
1 parent 6cee08c commit 340c76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autoprinter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param(
[string]$printer_name
)

$image_file = ".\files\$image_name.jpeg"
$image_file = ".\files\$image_name"

if (-not (Test-Path $image_file)) {
Write-Host "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss'): The image file '$image_file' was not found."
Expand Down

0 comments on commit 340c76f

Please sign in to comment.