Skip to content

Commit b7f4eae

Browse files
committed
fix the flow
1 parent 4c63210 commit b7f4eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_activities/assignments/assignment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ scp ./data/raw/*event*.log ./data/processed/event_logs/
4444
rm -r ./data/raw/*ipaddr*
4545
rm -r ./data/processed/user_logs
4646
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
47-
touch .data/inventory.txt
47+
touch ./data/inventory.txt
4848
ls ./data/processed
4949

5050
###########################################

0 commit comments

Comments
 (0)