Skip to content

Commit

Permalink
fix: move snowscape root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwjackson committed Jun 14, 2024
1 parent a2abaf2 commit be99748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tmesh/bin/choose-session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ get_code_projects() {

selection=$(
{
get_code_projects "/glacier/snowscape/code" |
get_code_projects "/snowscape/code" |
while IFS= read -r project_path; do
fzf_format_entry "$project_path"
done
Expand Down

0 comments on commit be99748

Please sign in to comment.