Skip to content

Commit

Permalink
Fix: typo $CONF -> $NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
poxar committed Mar 20, 2015
1 parent 77d9712 commit 85fa194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-up
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NAME=$(basename "$CONF" .conf)
if [ "$NAME" = 'tmux' ] || [ "$NAME" = '.tmux' ]
then
SESSION=$BASE
elif [ ! -f "${CONF}.conf" ]
elif [ ! -f "${NAME}.conf" ]
then
SESSION=$NAME
else
Expand Down

0 comments on commit 85fa194

Please sign in to comment.