Skip to content

Commit

Permalink
fix: asdf-yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2024
1 parent b773033 commit fc8de34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .mise/tasks/move
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env bash

name="$1"
repo_name="$1"
name="${repo_name##*-}"
owner="${2:-mise-plugins}"

# TODO: transfer from jdx -> mise-plugins
# TODO: remove collaborators
# TODO: add github issues
# TODO: squash commits on PRs

echo "repository = https://github.com/$owner/$name.git" > "plugins/$name"
echo "repository = https://github.com/$owner/$repo_name.git" > "plugins/$name"
1 change: 0 additions & 1 deletion plugins/asdf-yarn

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/yarn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/twuni/asdf-yarn.git
repository = https://github.com/mise-plugins/asdf-yarn.git

0 comments on commit fc8de34

Please sign in to comment.