1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

fix the std log import (#524)

This commit is contained in:
Antoine Stevan 2023-06-09 14:57:01 +02:00 committed by GitHub
parent a120a2e026
commit b901e0737e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,6 @@
#!/usr/bin/env nu
use std [
"log info"
"log error"
]
use std log
def open-pr [
repo: path