Skip to content
Snippets Groups Projects
Commit 88b0d678 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix a small typo

SVN-Revision: 12216
parent 6c0474b3
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ env_delete() { ...@@ -158,7 +158,7 @@ env_delete() {
env_switch() { env_switch() {
local name="${1##*/}" local name="${1##*/}"
[ -z "$name" ] && usage [ -z "$name" ] && usage
[ -f "$envdir/.git/refs/heads/$name" ] || error "environment '$name' not found" [ -f "$ENVDIR/.git/refs/heads/$name" ] || error "environment '$name' not found"
env_init env_init
env_ask_sync env_ask_sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment