Skip to content

Commit

Permalink
[Fix] typo in .devcontainer init script
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed May 24, 2024
1 parent 8d28438 commit cc4a4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/github_codespace_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ "${CODESPACES}" == "true" ]; then
else
echo "Downloading the Recce state file for the last successful run."
gh run download $run_id --dir .recce
echo "The Recce state file is downloaded to '.recce/recce_state_file/recce_state.json'."
cp .recce/recce_state_file/recce_state.json .
echo "The Recce state file is downloaded to '.recce/recce-state-file/recce_state.json'."
cp .recce/recce-state-file/recce_state.json .
fi
fi

Expand Down

0 comments on commit cc4a4b3

Please sign in to comment.