mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
chore: drop stray output
This commit is contained in:
parent
653899c16f
commit
dedeeb0758
1 changed files with 0 additions and 1 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -1007,7 +1007,6 @@ toggle_branch(){
|
|||
fi
|
||||
flip_branch="branch=\"$branch\""
|
||||
awk -v "var=$flip_branch" -v "nr=$nr" 'NR==nr {$0=var}{print}' ${config_path}dztuirc.old > $config_file
|
||||
printf "[DZGUI] Toggled branch to '$branch'\n"
|
||||
source $config_file
|
||||
}
|
||||
generate_log(){
|
||||
|
|
Loading…
Reference in a new issue