Skip to content

Commit

Permalink
Change the default destination directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Jan 2, 2025
1 parent 2d55bf3 commit 535ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NEW_NAME=$2

# If no destination is passed use the default.
if [ ! -d "$DESTINATION_DIR" ]; then
DESTINATION_DIR="/Users/opeyemiibrahim/src/gigs"
DESTINATION_DIR="/var/shared/rocket-e2e-reports"
fi

# Determine the new folder name, if folder name is not passed, use date and username
Expand Down

0 comments on commit 535ed02

Please sign in to comment.