Skip to content

Commit

Permalink
15:09
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMekler committed Jan 6, 2025
1 parent ec4a339 commit 7d855be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder-app/finder-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ do
writer "$WRITEDIR/${username}$i.txt" "$WRITESTR"
done

OUTPUTSTRING=$(finder.sh "$WRITEDIR" "$WRITESTR")
OUTPUTSTRING=$(/bin/finder.sh "$WRITEDIR" "$WRITESTR")

# remove temporary directories
rm -rf /tmp/assignment4-result.txt
Expand Down

0 comments on commit 7d855be

Please sign in to comment.