This commit is contained in:
Penelope Gwen 2024-03-08 11:36:48 -07:00
parent c302d2fb81
commit 857c2d5d31
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,9 @@
sapphic-package-manager (1.2) unstable; urgency=medium
* Removed leftover code
-- Penelope Gwen <support@pogmom.me> Fri, 08 Mar 2024 11:36:11 -0700
sapphic-package-manager (1.1) unstable; urgency=medium
* Fixed file paths

View file

@ -1,12 +1,5 @@
#!/bin/bash
_completions()
{
COMPREPLY+=("now")
COMPREPLY+=("tomorrow")
COMPREPLY+=("never")
}
COMMAND="${1}"
VERSION=$(cat /lib/spm/version)