Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TWiN script #944

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Fix TWiN script #944

merged 1 commit into from
Aug 30, 2024

Conversation

rgwood
Copy link
Contributor

@rgwood rgwood commented Aug 30, 2024

At some point this broke, just committing a fix I've had on my personal computer for a while.

# This week in Nushell #261


## Nushell

Error: nu::shell::name_not_found

  × Name not found
    ╭─[/home/reilly/github/nu_scripts/make_release/this_week_in_nu_weekly.nu:36:48]
 35 │
 36 │             for user in ($site_json | group-by user_login | transpose user prs) {
    ·                                                ─────┬────
    ·                                                     ╰── did you mean 'user.login'?
 37 │                 let user_name = $user.user
    ╰────

@rgwood
Copy link
Contributor Author

rgwood commented Aug 30, 2024

Not sure about the failing check, I didn't change that line 🤔 Guessing that's just alerting on some old code in the file that can be cleaned up.

@fdncred fdncred merged commit 614b073 into nushell:main Aug 30, 2024
1 check failed
@fdncred
Copy link
Collaborator

fdncred commented Aug 30, 2024

The ci isn't very reliable. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants