aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-10-06 21:39:27 -0400
committerBardofSprites <[email protected]>2024-10-06 21:39:27 -0400
commit8176249161f347a5d783956251a7680ec5e3aaaf (patch)
treed8f99df04dd95ee1a21aa6819fa93c39bf7ffccd /bin
parent15e18b502b80dd6670cfb61f79951d2a82f07952 (diff)
update path
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/scripts/perl/image-tag-view2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/perl/image-tag-view b/bin/.local/bin/scripts/perl/image-tag-view
index c4e5afb..96b32dd 100755
--- a/bin/.local/bin/scripts/perl/image-tag-view
+++ b/bin/.local/bin/scripts/perl/image-tag-view
@@ -5,7 +5,7 @@ use File::Find;
use File::HomeDir;
# Define the directory to search
-my $dir = File::HomeDir->my_home() . '/Pictures/wall_test/';
+my $dir = File::HomeDir->my_home() . '/Pictures/wallpaper/';
# Array to store matching file paths
my @files;