Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailari committed Sep 17, 2024
1 parent 6f86666 commit 01eccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_local_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ kotorekisteri_start_tmux() {
# Window 3:workspace
WINDOW="workspace"
tmux new-window -t $SESS_NAME -n "$WINDOW"
tmux send-keys -t $SESS_NAME:"$WINDOW" "git log --oneline --decorate=full --graph --all --oneline" C-m
tmux send-keys -t $SESS_NAME:"$WINDOW" "git log --decorate=full --graph --all --oneline" C-m
tmux split-window -h -t "${SESSION-}":"$WINDOW"
tmux send-keys -t $SESS_NAME:"$WINDOW.1" "ls -la" C-m
tmux send-keys -t $SESS_NAME:"$WINDOW.1" "git status" C-m
Expand Down

0 comments on commit 01eccd3

Please sign in to comment.