diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 22:36:34 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 22:36:34 -0500 |
| commit | 74bdca7d8bf36bbe9a2fae9068422b3c83cf8857 (patch) | |
| tree | 07badd271bb5acbe70bc476b7a9049411a014d79 | |
| parent | 86a9b903066b241aded0a4022ef50bb2cb5b4ea2 (diff) | |
| download | dotfiles-74bdca7d8bf36bbe9a2fae9068422b3c83cf8857.tar.gz dotfiles-74bdca7d8bf36bbe9a2fae9068422b3c83cf8857.zip | |
MR: Fix usage of MR_REPO variable
| -rw-r--r-- | common/.mrconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.mrconfig b/common/.mrconfig index 629a619..3c34ce8 100644 --- a/common/.mrconfig +++ b/common/.mrconfig @@ -1,6 +1,6 @@ [DEFAULT] update = git annex sync -checkout = git clone tomato:$MR_REPO ~/$MR_REPO +checkout = git clone tomato:$MR_REPO $MR_REPO cd ~/$MR_REPO git annex init |
