Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 17, 2024
1 parent 2e7cd4e commit 8c4ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PGXN/Manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ sub move_file {
# D'oh! Move failed. Try to clean up.
my $err = $!;
remove_tree $dest;
die qq{Failed to move "$src" to "dest": $!\n};
die qq{Failed to move "$src" to "$dest": $!\n};
};
chmod 0644, $dest;
}
Expand Down

0 comments on commit 8c4ef1f

Please sign in to comment.